SimulationIoConnection¶
- class SimulationIoConnection(serverappio_api_address: str = '127.0.0.1:9091', root_certificates: bytes | None = None)[source]¶
Bases :
objectSimulationIoConnection provides an interface to the ServerAppIo API.
- Paramètres:
serverappio_api_address (str (default: "127.0.0.1:9091")) – The address (URL, IPv6, IPv4) of the SuperLink ServerAppIo API service.
root_certificates (Optional[bytes] (default: None)) – The PEM-encoded root certificates as a byte string. If provided, a secure connection using the certificates will be established to an SSL-enabled Flower server.
Methods