#opc-ua #safe-bindings #plc #automation #protocols #hardware #api-bindings

open62541

High-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture)

19 releases

new 0.7.0 Dec 13, 2024
0.6.4 Nov 23, 2024
0.6.0-pre.5 May 31, 2024
0.5.0 Mar 1, 2024

#337 in Network programming

Download history 118/week @ 2024-08-24 204/week @ 2024-08-31 45/week @ 2024-09-07 136/week @ 2024-09-14 179/week @ 2024-09-21 160/week @ 2024-09-28 72/week @ 2024-10-05 335/week @ 2024-10-12 113/week @ 2024-10-19 91/week @ 2024-10-26 96/week @ 2024-11-02 51/week @ 2024-11-09 54/week @ 2024-11-16 247/week @ 2024-11-23 642/week @ 2024-11-30 376/week @ 2024-12-07

1,322 downloads per month

MPL-2.0 license

410KB
6.5K SLoC

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.

Contributing

Make sure to use LF line endings and run just pre-commit before committing your changes.

Visit the Just Programmer's Manual for information on installing just. After installing, run just setup to setup the environment required by this repository.

Tip: Configure your IDE to apply cargo fmt formatting when saving a file.

Dependencies

~13–26MB
~417K SLoC