SimulationIoConnection

class SimulationIoConnection(simulationio_service_address: str = '0.0.0.0:9096', root_certificates: bytes | None = None)[source]

Bases: object

SimulationIoConnection provides an interface to the SimulationIo API.

参数:
  • simulationio_service_address (str (default: "[::]:9094")) -- The address (URL, IPv6, IPv4) of the SuperLink SimulationIo 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