#opc-ua #ua #opc

async-opcua-core

OPC UA core utils for client and server

1 unstable release

0.14.0 Jan 24, 2025

#1143 in Embedded development

Download history 100/week @ 2025-01-20 23/week @ 2025-01-27 22/week @ 2025-02-03 3/week @ 2025-02-10 15/week @ 2025-02-17 35/week @ 2025-02-24 175/week @ 2025-03-03 113/week @ 2025-03-10 32/week @ 2025-03-17

355 downloads per month
Used in 3 crates

MPL-2.0 license

4.5MB
85K SLoC

Async OPC-UA Core

Part of async-opcua, a general purpose OPC-UA library in rust.

This library contains common types used by the server and client parts of the async-opcua library.

You will typically use either the client or server, and rarely use this library directly.

async-opcua-core covers a few different areas of shared functionality.

  • The RequestMessage and ResponseMessage enums, which discriminate over the possible messages in an OPC-UA request and response.
  • Core message types such as HelloMessage, AcknowledgeMessage, MessageChunk, etc. and components of these.
  • The low-level implementation of the opc/tcp protocol.
  • The SecureChannel type, which uses async-opcua-crypto to encrypt OPC-UA messages.

lib.rs:

The OPC UA Core module holds functionality that is common to server and clients that make use of OPC UA. It contains message chunking, cryptography / pki, communications and standard handshake messages.

Dependencies

~17–30MB
~469K SLoC