https://github.com/xmidt-org/tr18b1e
https://github.com/xmidt-org/tr18b1e
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmidt-org/tr18b1e
- Owner: xmidt-org
- License: apache-2.0
- Created: 2016-08-18T05:23:13.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:56:44.000Z (6 months ago)
- Last Synced: 2025-03-23T12:32:53.566Z (2 months ago)
- Language: Go
- Size: 118 KB
- Stars: 1
- Watchers: 19
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TR-181 library
[](https://github.com/xmidt-org/tr18b1e/actions/workflows/ci.yml)
[](https://github.com/xmidt-org/tr18b1e/actions/workflows/updater.yml)
[](http://codecov.io/github/xmidt-org/tr18b1e?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/tr18b1e)
[](https://sonarcloud.io/dashboard?id=xmidt-org_tr18b1e)
[](https://github.com/xmidt-org/tr18b1e/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/tr18b1e)Simple CRUD interface that sits on a "box" next to the `kratos` websocket wrapper that we can use
to answer queries about attributes of the box. For now we have the "honest" part of the interface,
found in tr18b1e.go, and we also have the "fake" part of the interface which mimics expected behavior
to satisfy tests and the like.