Registry / networking / open62541pp

open62541pp

JSON →
library0.21.0vcpkgunverified

C++ wrapper of the open62541 OPC UA library providing a modern C++ interface for OPC UA communication.

vcpkg install open62541pp
INSTALL
IMPORT
SIG · OPEN62541PP
O
open62541pp
networkingcppv0.21.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

open62541pp/open62541pp.h
✓ #include <open62541pp/open62541pp.h>

Connects to an OPC UA server, reads a variable value, and disconnects.

#include <open62541pp/open62541pp.h> int main() { opcua::Client client; client.connect("opc.tcp://localhost:4840"); auto val = client.readValue(opcua::VariableId("ns=2;s=MyVariable")); client.disconnect(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

open62541pp — pip install open62541pp · libregistry