SimulationIoConnection

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

기반 클래스: 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.

메소드