Expand description

Provides communication services for the server such as the transport layer and secure channel implementation

Modules

The TCP transport module handles receiving and sending of binary data in chunks, handshake, session creation and dispatching of messages via message handler.

Defines the traits and other agnostic properties that all OPC UA transports will share. Provides a level of abstraction for the server to call through when it doesn’t require specific knowledge of the transport it is using.