ariane.lib.communication
Base class for server communication.
Template method for processing incoming messages.
Runs the service in an infinite loop while receiving and sending messages according to our predefined format. Message format: [service id, empty, action, data]
Base class for client communication.
It contains methods for communicating (sending, receiving) with a server according to the predefined message format.
For the format, please see the server’s documentation.
Server
Server.process()
Server.run_service()
Client
API Reference
ariane.lib.gaussian_process_regression