The KPN SenML library helps you create and parse senml documents in both json and cbor format. The library can be used for sending sensor data and receiving actuator commands.

Fork of kpn_senml by KPN IoT

README.md

Committer:
kpniot
Date:
2018-05-27
Revision:
2:9b44be6e79ac
Parent:
1:3f8e7f145894

File content as of revision 2:9b44be6e79ac:

# Introduction

The KPN SenML library helps you create and parse [senml documents](https://tools.ietf.org/html/draft-ietf-core-senml-13)
in both json and cbor format.

# key features

- Object oriented design.
- built in support for [senml's unit registry](https://tools.ietf.org/html/draft-ietf-core-senml-12#section-12.1)
- extensible for new data types
- makes use of (but doesn't restrict to) KPN's predefined list of record names.
- direct support to read/write in json and cbor format.
- automatically adjusts record data with respect to base time, base value & base sum.

Please visit our [docs site](https://kpn-iot.github.io/senml-c-library) for more info.