micropython-lib/micropython/senml
Christian Clauss 4da6e6f1b2 all: Lint Python code with ruff.
Signed-off-by: Christian Clauss <cclauss@me.com>
2023-07-24 07:51:33 +02:00
..
docs senml: Add SenML library. 2023-03-01 01:18:30 +11:00
examples all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
senml all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
README.md senml: Add SenML library. 2023-03-01 01:18:30 +11:00
manifest.py senml: Allow publishing to PyPI as micropython-senml. 2023-04-07 13:28:15 +10: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.