# ccsplite **Repository Path**: mirrors_xmidt-org/ccsplite ## Basic Information - **Project Name**: ccsplite - **Description**: Simple and light weight interface to the CCSP Bus - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```