Skip to content

mrigaya/parodus2ccsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io Coverity Apache V2 License

parodus2ccsp

Webpa client to communicate with parodus in RDK environment.

Building and Testing Instructions

Pre-Requisite:
--------------
- cmake >= 2.8.7
- openssl >= 1.0.2i and < 1.1.0
- expat

Configuration & Build:
----------------------
mkdir build
cd build
cmake .. -D<option>
sudo make

Test:
-----
By default tests will be disabled. Enable tests by configuring BUILD_TESTING to true and re-build.

cmake .. -DBUILD_TESTING:BOOL=true
sudo make
make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • CMake 3.7%