Giter Site home page Giter Site logo

parodus2ccsp's Introduction

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

parodus2ccsp's People

Contributors

bill1600 avatar cableramki avatar gbuddappagari avatar guruchandru avatar gururaajar avatar harnishypatel avatar knair410 avatar kpandu123 avatar kpandu987 avatar krishnangnair avatar mend-bolt-for-github[bot] avatar mkrish802 avatar nlrangaiah1 avatar nlrcomcast avatar rajnishdey avatar rchromatic avatar rtaruni avatar sadhyama avatar sancharbanerjee avatar schmidtw avatar selvamkrish avatar shilpa24balaji avatar shubhambaheti avatar sivagami27-rasu avatar sreedevi29 avatar sudheepkolipaka avatar suvi-123 avatar thanusha-d avatar vasuki01 avatar vathikar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

parodus2ccsp's Issues

CMake not able to find pthread lib on migrating to Yocto 2.2 (Morty)

We are currently migrating to Yocto v2.2(Morty) in RDKB devices which runs gcc6 and we are seeing the below configuration error.

| -- Looking for pthread.h
| -- Looking for pthread.h - found
| -- Looking for pthread_create
| -- Looking for pthread_create - not found
| -- Looking for pthread_create in pthreads
| -- Looking for pthread_create in pthreads - not found
| -- Looking for pthread_create in pthread
| -- Looking for pthread_create in pthread - not found
| -- Check if compiler accepts -pthread
| -- Check if compiler accepts -pthread - no
| CMake Error at /mnt/home/dthiya418/Yocto-2.2/txb6morty/tchxb6-morty/tmp/sysroots/x86_64-linux/usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
| Could NOT find Threads (missing: Threads_FOUND)

Attached
CMakeError.log
CMakeOutput.log

Rename master branch to main

Also have to change references to the branch in .travis.yml, README, and CONTRIBUTING. Double check any other markdown files as well - sometimes links have the branch name in them.

Configuring the list of parameters for which events should be sent when their value changes

It is expected that WebPA can be used for telemetry in an RDKB box by configuring a list of parameters for which events should be sent to the server when their values change. There doesn't seem to be any documentation which explains how to do this configuration. Can you please explain how it is intended to work?
https://github.com/Comcast/parodus2ccsp/blob/master/source/broadband/webpa_notification.c has an array called notifyparameters of hard coded parameters for which events will presumably be sent to the server. Is it intended that the list of parameters will be read from a file at some point? The comment “To turn on notification for the parameters extracted from the notifyList of the config file” above the function setInitialNotify() gives this impression.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.