fastiot_sample_services.opc_ua_server package

Example OPC UA Server

Based on OPC UA async library it will publish data send for the type fastiot.msg.thing.Thing in a simple structure.

Submodules

fastiot_sample_services.opc_ua_server.env module

class fastiot_sample_services.opc_ua_server.env.OpcUaServerModuleConstants[source]
property server_port: int

..envvar:: FASTIOT_OPCUA_EXAMPLE_PORT

Set the port the OPC UA Server from the sample module fastiot_sample_services.opc_ua_server listens to.

fastiot_sample_services.opc_ua_server.opc_ua_server_module module

class fastiot_sample_services.opc_ua_server.opc_ua_server_module.OpcUaServerService(**kwargs)[source]
__init__(**kwargs)[source]

fastiot_sample_services.opc_ua_server.run module