Arduino Client of RAPIFIRE MQTT
The library simplifies the integration of Arduino projects with the RAPIFIRE platform.
Examples
The library is provided with the following examples:
- rapifire-mqtt-simple-publish - explains how to publish the data to the RAPIFIRE platform,
- rapifire-mqtt-simple-subscribe - explains how to receives commands from RAPIFIRE platform,
- rapifire-mqtt-dht - simple project using the rapifire.com platform to visualize the data from DHT21 module.
Dependencies
The library uses PubSubClient. Please make sure that this library is installed in your IDE.
Compatible Hardware
The library was tested on Arduino YUN board. However it uses the Arduino Ethernet Client api so it will work with every board / shield that supports this api.
Documentation
The library documentation is avaliable on GitHub.
License
This code is released under the MIT License.