CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)

FlorianPalm 532569ac3a Merge branch 'master' of https://github.com/Stasik0/Open62541 11 anos atrás
OPCUAServer 532569ac3a Merge branch 'master' of https://github.com/Stasik0/Open62541 11 anos atrás
LICENSE c387ae0c45 Initial commit 11 anos atrás
README.md 252d02c462 fixing readmes 11 anos atrás

README.md

Open62541

An open communication stack implementation of OPC UA.

Building and installing

cd OPCUAServer
./generate.sh
./configure
make
make check
sudo make install