https://github.com/xmidt-org/webpa
WebPA landing page
https://github.com/xmidt-org/webpa
Last synced: 11 days ago
JSON representation
WebPA landing page
- Host: GitHub
- URL: https://github.com/xmidt-org/webpa
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-09-14T14:23:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:32:59.000Z (over 4 years ago)
- Last Synced: 2025-05-13T00:52:30.107Z (11 days ago)
- Size: 5.86 KB
- Stars: 10
- Watchers: 21
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpa
Webpa is a combination of a server and client that provide a simple interface to access the TR-181 objects on an RDK device. Webpa leverages xmidt for the connection to the RDK device.
# tl;dr summary
Webpa is a very simple micro service and client that provides a REST interface to access the TR-181 data model on an RDK device.
# the webpa server
### [tr1d1um](https://github.com/Comcast/tr1d1um)
Tr1d1um provides the RESTful object model representation translation layer.
[](https://travis-ci.org/Comcast/tr1d1um)
[](http://codecov.io/github/Comcast/tr1d1um?branch=master)
[](https://goreportcard.com/report/github.com/Comcast/tr1d1um)
[](https://github.com/Comcast/tr1d1um/blob/master/LICENSE)# the webpa client
### [parodus2ccsp](https://github.com/Comcast/parodus2ccsp)
parodus2ccsp provides the WRP handling and request mapping to the CCSP bus.
[](https://travis-ci.org/Comcast/parodus2ccsp)
[](http://codecov.io/github/Comcast/parodus2ccsp?branch=master)
[](https://scan.coverity.com/projects/comcast-parodusxxx)
[](https://github.com/Comcast/parodus2ccsp/blob/master/LICENSE)