Crate opcua_core [] [src]

Modules

comms

The comms module contains all code related to sending / receiving messages from a transport and turning those messages into and out of chunks.

crypto

This module contains crypto related functionality. It is used for establishing trust between a client and server via certificate exchange and validation. It also used for encrypting / decrypting messages and signing messages.

debug

Contains debugging utility helper functions

prelude

The prelude mod contains all the things you typically need to access from a client / server.

Functions

init_logging

Initialise OPC UA logging on the executable.