open62541

Open source OPC UA server and client implementation library

brewmacoslinux
Try with needOr install directly
Source

About

Open source implementation of OPC UA

Commands

open62541

Examples

Start an OPC UA server on default port 4840$ open62541-server
Connect to an OPC UA server and browse namespace$ open62541-client opc.tcp://localhost:4840
Run code generation tool for custom data types$ open62541-codegen input.xml output.c