https://github.com/comcast/paroduscl
Paroduscl is a client library used to interface with the parodus daemon.
https://github.com/comcast/paroduscl
xmidt-client
Last synced: 3 months ago
JSON representation
Paroduscl is a client library used to interface with the parodus daemon.
- Host: GitHub
- URL: https://github.com/comcast/paroduscl
- Owner: Comcast
- License: apache-2.0
- Created: 2018-10-31T15:01:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:48:18.000Z (over 6 years ago)
- Last Synced: 2025-01-14T15:25:09.219Z (5 months ago)
- Topics: xmidt-client
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# paroduscl - a client library to interface with the parodus daemon
Requires the parodus daemon running on the target device.
----
## Library usage
Paroduscl must be integrated directly into an application. Include the file paroduscl.h and link the application with -lparoduscl.
After successfully calling pcl_init, two file descriptors are returned that allow the application to call select to know when data is available to be read from and written to the daemon. When data is available to be read, the application must call pcl_read which will process incoming data and call appropriate message handlers registered during init.