https://github.com/xmidt-org/parodus2ccsp
Webpa client to communicate with parodus in RDKB environment
https://github.com/xmidt-org/parodus2ccsp
Last synced: 5 months ago
JSON representation
Webpa client to communicate with parodus in RDKB environment
- Host: GitHub
- URL: https://github.com/xmidt-org/parodus2ccsp
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-06-15T17:37:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T06:43:29.000Z (6 months ago)
- Last Synced: 2024-12-07T02:12:05.270Z (6 months ago)
- Language: C
- Homepage:
- Size: 1.1 MB
- Stars: 6
- Watchers: 24
- Forks: 49
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/xmidt-org/parodus2ccsp/actions/workflows/push.yml)
[](http://codecov.io/github/xmidt-org/parodus2ccsp?branch=master)
[](https://github.com/xmidt-org/parodus2ccsp/actions/workflows/codeql-analysis.yml)
[](https://scan.coverity.com/projects/comcast-parodus2ccsp)
[](https://github.com/Comcast/parodus2ccsp/blob/master/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
- expatConfiguration & Build:
----------------------
mkdir build
cd build
cmake .. -D
sudo makeTest:
-----
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
```