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

Committer:
kpniot
Date:
Sun May 27 14:30:49 2018 +0000
Revision:
1:3f8e7f145894
Parent:
0:a9259748d982
try to fix repo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kpniot 0:a9259748d982 1 # Introduction
kpniot 0:a9259748d982 2
kpniot 0:a9259748d982 3 The KPN SenML library helps you create and parse [senml documents](https://tools.ietf.org/html/draft-ietf-core-senml-13)
kpniot 0:a9259748d982 4 in both json and cbor format.
kpniot 0:a9259748d982 5
kpniot 0:a9259748d982 6 # key features
kpniot 0:a9259748d982 7
kpniot 0:a9259748d982 8 - Object oriented design.
kpniot 0:a9259748d982 9 - built in support for [senml's unit registry](https://tools.ietf.org/html/draft-ietf-core-senml-12#section-12.1)
kpniot 0:a9259748d982 10 - extensible for new data types
kpniot 0:a9259748d982 11 - makes use of (but doesn't restrict to) KPN's predefined list of record names.
kpniot 0:a9259748d982 12 - direct support to read/write in json and cbor format.
kpniot 0:a9259748d982 13 - automatically adjusts record data with respect to base time, base value & base sum.
kpniot 0:a9259748d982 14
kpniot 0:a9259748d982 15 Please visit our [docs site](https://kpn-iot.github.io/senml-c-library) for more info.
kpniot 0:a9259748d982 16
kpniot 0:a9259748d982 17
kpniot 1:3f8e7f145894 18