https://github.com/xmidt-org/libparodus
Common webpa APIs
https://github.com/xmidt-org/libparodus
Last synced: about 2 months ago
JSON representation
Common webpa APIs
- Host: GitHub
- URL: https://github.com/xmidt-org/libparodus
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-01-12T19:47:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T18:03:42.000Z (over 1 year ago)
- Last Synced: 2025-03-23T12:32:53.917Z (2 months ago)
- Language: C
- Size: 269 KB
- Stars: 6
- Watchers: 24
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# libparodus
C implementation of the Parodus adapter
[](https://travis-ci.com/xmidt-org/libparodus)
[](http://codecov.io/github/xmidt-org/libparodus?branch=master)
[](https://scan.coverity.com/projects/comcast-libparodus)
[](https://github.com/xmidt-org/libparodus/blob/master/LICENSE)
[](https://sonarcloud.io/dashboard?id=xmidt-org_libparodus)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
```