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

https://github.com/xmidt-org/ccsplite

Simple and light weight interface to the CCSP Bus
https://github.com/xmidt-org/ccsplite

Last synced: about 2 months ago
JSON representation

Simple and light weight interface to the CCSP Bus

Awesome Lists containing this project

README

        

# ccsplite

Simple and light weight interface to the CCSP Bus

[![Build Status](https://travis-ci.org/Comcast/ccsplite.svg?branch=master)](https://travis-ci.org/Comcast/ccsplite) [![codecov.io](http://codecov.io/github/Comcast/ccsplite/coverage.svg?branch=master)](http://codecov.io/github/Comcast/ccsplite?branch=master)
[![coverity](https://img.shields.io/coverity/scan/9155.svg)](https://scan.coverity.com/projects/ccsplite)

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html
```