Name Server and helper functions.
Get a proxy for a name server somewhere in the network.
Resolve a ‘magic’ uri (PYRONAME) into the direct PYRO uri.
utility fuction to quickly get a Name server daemon to be used in your own event loops. Returns (nameserverUri, nameserverDaemon, broadcastServer).
Pyro name server. Provides a simple flat name space to map logical object names to Pyro URIs.
Retrieve the registered items as a dictionary name-to-URI. The URIs in the resulting dict are strings, not URI objects. You can filter by prefix or by regex.
Lookup the given name, returns an URI if found
A simple test method to check if the name server is running correctly.
Register a name with an URI. If safe is true, name cannot be registered twice. The uri can be a string or an URI object.
Remove a registration. returns the number of items removed.