mirror of
https://github.com/gabrielkheisa/antares-esp8266-mqtt.git
synced 2024-12-03 16:53:25 +07:00
A library to simplify the process of subscribing and publishing data to Antares IoT Platform through MQTT on ESP8266.
examples | ||
src | ||
keywords.txt | ||
library.properties | ||
README.md |
Antares ESP8266 MQTT
A Library to simplify the process of MQTT publication and subscription to Antares IoT Platform using ESP8266. This library works under Arduino environment.
Dependencies
All library dependencies are already included in this package. There is no need to download another library in order to make this work.
Installation
Arduino IDE
- Install ESP8266 Core for Arduino. For more information please refer to the ESP8266 Core for Arduino's installation manual
- Add this library into Arduino IDE (Sketch > Include Library > Add .ZIP Library...)
Examples
- AntaresMQTTPublish - Deploy data into your Antares project device
- AntaresMQTTSubscribe - Listen to incoming data from your topic in Antares MQTT broker
Powered by Telkom Indonesia