kpn-iot / thingsml-c-library

C library for ThingsML on your device
https://kpn-iot.github.io/thingsml-c-library/
MIT License
6 stars 4 forks source link

Introduction

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

Documentation

Read the docs here

Key features

Under improvement (PR's welcome!)

Running

Bazel

Bazel can be installed from here: https://docs.bazel.build/versions/master/install.html \ Run the unit tests using:

bazel test test --test_output=all

Arduino

Install using the built in library manager, search for "ThingsML".\ The library includes various examples which can be openened from the examples dropdown.