An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# libparodus

C implementation of the Parodus adapter

[![Build Status](https://travis-ci.com/xmidt-org/libparodus.svg?branch=master)](https://travis-ci.com/xmidt-org/libparodus)
[![codecov.io](http://codecov.io/github/xmidt-org/libparodus/coverage.svg?branch=master)](http://codecov.io/github/xmidt-org/libparodus?branch=master)
[![Coverity](https://img.shields.io/coverity/scan/11443.svg)](https://scan.coverity.com/projects/comcast-libparodus)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/libparodus/blob/master/LICENSE)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_libparodus&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_libparodus)

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
```