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

Module Client

source code

Contains classes 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.
  _PeerLister
Connects to the remote dataprovider factory and queries the shared dataproviders
Variables [hide private]
  log = logging.getLogger("modules.Network")