Webpa client to communicate with parodus in RDK environment.
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