Registry / networking / freeopcua

freeopcua

JSON →
library20190125vcpkgunverified

OPC-UA server and client library written in C++ and with a lot of code auto-generated from xml specification using python.

vcpkg install freeopcua
INSTALL
IMPORT
SIG · FREEOPCUA
F
freeopcua
networkingcppv20190125
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.

opcua.h
#include <opcua.h>

Connect to an OPC-UA server

#include <opcua.h> #include <iostream> int main() { OpcUa::Client client; client.connect("opc.tcp://localhost:4840"); std::cout << "Connected to OPC-UA server" << std::endl; client.disconnect(); return 0; }
Debug
Known issues
gotchaLibrary is auto-generated and may have incomplete error handling.
fix
Check return values and handle exceptions; consider using a more maintained OPC-UA library.
affects: *
Upgrade
Version history
20190125latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources

No resource links recorded.

freeopcua — pip install freeopcua · libregistry