Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 524 Bytes

Open Source C++ OPC-UA Server and Client Library

LGPL OPC-UA server and client library written in C++. Python bindings can be found in the opcua-python repository. The library is under development but works will all tested clients and servers. It support addressspace browse, read, write and address space modification as well as subscriptions and datachange events.

  • history is not yet supported
  • subscription for client is in progress

see examples in src/examples folder or the examples in python repository