| 
    Qudi
    
   | 
 
Using rpyc Qudi modules can be accessed from a remote computer like they were locally used.
The Qudi instance where the actual module is running can provide access from a remote Qudi instance by setting up a server:
In the configuration file:
To activate access to individual modules, add
as an option to their configuration.
Using the address option the rpyc server can be bound to a specific interface. Specifing an empty string as in the example above will make the qudi server listening on all interfaces.
Specify a module in the configuration file as usual, but add the following options:
certfile and keyfile are not specified, the connection is unencrypted and not authenticated. 
 1.8.13