kimwolf-fs / ThingsBoard-Arduino-MQTT-SDK

Arduino libarary to connect with ThingsBoard IoT Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino ThingsBoard SDK

Build Status

This library provides access to ThingsBoard platform over MQTT protocol.

Examples

The SDK comes with a number of example sketches. See File > Examples > ThingsBoard within the Arduino application.

Installation

ThingsBoard SDK can be installed directly from the Arduino Library manager. Following dependencies must be installed, too:

Supported ThingsBoard Features

The library uses the PubSub Client for interacting with MQTT and ArduinoJSON library for dealing with JSON files.

License

This code is released under the MIT License.

About

Arduino libarary to connect with ThingsBoard IoT Platform

License:MIT License


Languages

Language:C++ 90.8%Language:Shell 9.2%