Module svs_core.network.clientuser
This is the module from which classes and methods implemented by a remote
client are derived.
It uses the twisted framework: U{http://twistedmatrix.com}. For more information
relating the clients see the documentation on twisted's Perspective Broker system:
U{http://twistedmatrix.com/documents/howto}.
@author: Simon Yuill
@copyright: 2005 Simon Yuill
@license: GNU GPL version 2 or any later version
@contact: simon@lipparosa.org
TO DO:
- add multicast for zero-conf and heartbeat
- service browsing functionality
- adverts
- media retrieval (P2P, HTTP)
- descriptor classes for services
| Function Summary |
| |
addRemoteMethodsToProfile(obj)
Checks if methods for specified object can be called remotely, and
adds them to profile if so. |
addRemoteMethodsToProfile(obj)
Checks if methods for specified object can be called remotely, and
adds them to profile if so.
-
|