This is a fork of open62541, https://github.com/open62541/open62541

FlorianPalm b182656ce4 corrected some errors (no compilation was possible) 11 years ago
OPCUAServer b182656ce4 corrected some errors (no compilation was possible) 11 years ago
LICENSE c387ae0c45 Initial commit 11 years ago
README.md 252d02c462 fixing readmes 11 years ago

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