Package conduit :: Package modules :: Package NetworkModule :: Module NetworkModule
[hide private]

Module NetworkModule

source code

Contains classes for advertising conduit via avahi and for transmitting and receiving python objects over the network.

Copyright: John Stowers, 2006 License: GPLv2

Classes [hide private]
  NetworkClientFactory
Responsible for making networked Conduit resources available to the user.
  NetworkServerFactory
Controlls all network related communication aspects.
  NetworkEndpoint
Simple class used for detecting when a user connects another dataprovider to this one, symbolising a network sync
Variables [hide private]
  log = logging.getLogger("modules.Network")
  MODULES = {}