| .. | ||
| examples | ||
| src | ||
| keywords.txt | ||
| library.json | ||
| library.properties | ||
| LICENSE.txt | ||
| README.md | ||
| test.sh | ||
Arduino ThingsBoard SDK
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:
- MQTT PubSub Client - for interacting with MQTT.
- ArduinoJSON - for dealing with JSON files.
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.