micropython-lib/micropython/senml
Angus Gratton 68e0dfce0a all: Apply Ruff 0.11.6 reformatting changes.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-04-24 16:54:10 +10:00
..
docs senml: Add SenML library. 2023-03-01 01:18:30 +11:00
examples all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
senml all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
README.md senml: Add SenML library. 2023-03-01 01:18:30 +11:00
manifest.py senml: Use the updated cbor2 API. 2024-03-19 17:29:22 +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.