which uses open62541 (https://github.com/open62541/open62541) for the heavy lifting
- make use of opc ua in c++ projects as easy as possible
- Support for import of xml nodesets
- Extended support for methods and events
- Extended support for statemachines
- completely wrapping away the open62541 library
- duplicate functionality, push as much as possible towards the open62541 implementation
- open62541 (https://github.com/open62541/open62541)
- nodesetLoader for importing nodesets (https://github.com/matkonnerth/nodesetLoader)
- cmake for makefile generation (https://cmake.org/)
- gtest for testing (https://github.com/google/googletest)
- conan for pulling dependencies (conan.io)
- C++ Standard 17
MPL 2.0, take a look on license for further information.