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

Module Server

source code

Contains classes for transmitting and receiving python objects over the network.

Copyright: John Stowers, 2006 License: GPLv2

Classes [hide private]
  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")
  SERVER_PORT = 3400