Skip to content

xmidt-org/wrp-c

Repository files navigation

wrp-c

C implementation of the Web Routing Protocol

Build Status codecov.io Coverity Quality Gate Status Language Grade: C/C++ Apache V2 License GitHub Release

This is a simple library that converts between c structures and msgpack encoded structures, with a few helper functions thrown in.

Dependencies

Building and Testing Instructions

meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html