An open API service indexing awesome lists of open source software.

https://github.com/xmidt-org/tr18b1e


https://github.com/xmidt-org/tr18b1e

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# TR-181 library

[![Build Status](https://github.com/xmidt-org/tr18b1e/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/tr18b1e/actions/workflows/ci.yml)
[![Dependency Updateer](https://github.com/xmidt-org/tr18b1e/actions/workflows/updater.yml/badge.svg)](https://github.com/xmidt-org/tr18b1e/actions/workflows/updater.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/tr18b1e/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/tr18b1e?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/tr18b1e)](https://goreportcard.com/report/github.com/xmidt-org/tr18b1e)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_tr18b1e&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_tr18b1e)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/tr18b1e/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/tr18b1e.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/tr18b1e)](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.