kannoth / opcuacpp

MIT License
1 stars 0 forks source link

opcuacpp - work in progress ...

A C++ abstraction over open62541

How to build?

# Clone with all submodules
git clone git@github.com:kannoth/opcuacpp.git --recursive
cd opcuacpp 
mkdir build && cd build
cmake ..
# Run the unit tests
ctest