Skip to content

Webpa client to communicate with parodus in RDKB environment

License

Notifications You must be signed in to change notification settings

suvi-123/parodus2ccsp

 
 

Repository files navigation

CI codecov.io LGTM Analysis 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

Webpa client to communicate with parodus in RDKB environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • CMake 3.2%