You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A few things that need to be documented:
The text was updated successfully, but these errors were encountered: