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

MaximilianBauer 11f3dcf5d0 EncodeByte has been added. il y a 11 ans
OPCUAServer 11f3dcf5d0 EncodeByte has been added. il y a 11 ans
LICENSE c387ae0c45 Initial commit il y a 11 ans
README.md 252d02c462 fixing readmes il y a 11 ans

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