micropython-lib/micropython/senml
iabdalkader 295a9e300a senml: Remove u-module prefix from imports.
Signed-off-by: Damien George <damien@micropython.org>
2023-03-03 12:26:31 +11:00
..
docs senml: Add SenML library. 2023-03-01 01:18:30 +11:00
examples senml: Remove u-module prefix from imports. 2023-03-03 12:26:31 +11:00
senml senml: Remove u-module prefix from imports. 2023-03-03 12:26:31 +11:00
README.md senml: Add SenML library. 2023-03-01 01:18:30 +11:00
manifest.py senml: Add SenML library. 2023-03-01 01:18:30 +11:00

README.md

Introduction

The SenML library helps you create and parse senml documents in both json and cbor format.

key features

  • Object oriented design.
  • built in support for senml's unit registry
  • extensible for new data types
  • direct support to read/write in json and cbor format.
  • automatically adjusts record data with respect to base time, base value & base sum.