-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
A few things that need to be documented:
- Note how user drivers can be used with PyroLab without being added to the library itself; as long as Python can find the module within its environment, and it inherits from the appropriate PyroLab objects, it can be hosted by the daemon.
- Create an example of a simple server that just provides a couple of sample services.
- A simple nameserver example, include autoclean functionality.
- Examples of how to setup and use lockable services.
- How autoconnect works.
- Configuration files for autolaunching services.
- How to implement your own driver, how to contribute it to PyroLab.
- When writing autoconnect, account for the fact that other devices may have already connected and PyroLab doesn't need to reconnect to the hardware. If already open, continue using the same connection.
- If external connections are failing, is your service being hosted on "localhost" or on "public"?
- Note that all attributes on Pyro-compatible objects should be implemented as properties in order to be accessed remotely.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation