Skip to content

HMIProject/open62541

Repository files navigation

open62541

crates.io Docs Dependencies Testing License: MPL 2.0

This crate provides high-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA.

Overview

Use this crate when you want to implement an OPC UA client or server in Rust, or add these capabilities to an existing program.

Examples

You can find examples in our documentation and in the examples/ folder in our repository.