micropython-lib/micropython/senml
iabdalkader c8603192d1 senml: Fix data record encoding to use binascii instead of base64. 2023-03-06 23:12:38 +11:00
..
docs
examples
senml senml: Fix data record encoding to use binascii instead of base64. 2023-03-06 23:12:38 +11:00
README.md
manifest.py

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.