/CoaPP

C++11 implementation of the CoAP

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

Build Status Coverity Scan Build Status MPLv2 License

CoaPP

C++11 implementation of the CoAP

Running the testsuite

Install googletest before building with cmake

git clone https://github.com/google/googletest.git gtest

Execute the tests with

ctest --output-on-failure