MaBoSS-Server client API¶
MaBoSSClient
This is the main class of the Client
-
class
maboss.server.MaBoSSClient(host=None, port=None, maboss_server=None, timeout=None)[source]¶ -
Creates a connection to the MaBoSS Server specified by the host/port
Parameters: - host – Address of the server
- port – (optional) Port used to communicate with the server
- timeout – (optional) Timeout of the connection
-
MaBoSSClient.run(simulation, hints={})[source]¶ -
Runs a simulation in the server
Param: SimulationobjectReturns: Resultobject-
-