# wrp-c **Repository Path**: mirrors_xmidt-org/wrp-c ## Basic Information - **Project Name**: wrp-c - **Description**: C implementation of the Web Routing Protocol - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wrp-c C implementation of the Web Routing Protocol [![Build Status](https://github.com/xmidt-org/wrp-c/workflows/CI/badge.svg)](https://github.com/xmidt-org/wrp-c/actions) [![codecov.io](http://codecov.io/github/xmidt-org/wrp-c/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/wrp-c?branch=main) [![Coverity](https://img.shields.io/coverity/scan/23254.svg)](https://scan.coverity.com/projects/xmidt-org-wrp-c) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_wrp-c&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_wrp-c) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/xmidt-org/wrp-c.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xmidt-org/wrp-c/context:cpp) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/wrp-c/blob/main/LICENSE.txt) [![GitHub Release](https://img.shields.io/github/release/xmidt-org/wrp-c.svg)](CHANGELOG.md) This is a simple library that converts between c structures and msgpack encoded structures, with a few helper functions thrown in. ## Dependencies - [cutils](https://github.com/xmidt-org/cutils) - [ludocode/mpack](https://github.com/ludocode/mpack) ## Building and Testing Instructions ``` meson setup --warnlevel 3 --werror build cd build ninja all test coverage firefox meson-logs/coveragereport/index.html ```