# 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.
* [ArduinoJson by bblanchon](https://github.com/bblanchon/ArduinoJson)
* [PubSubClient by knolleary](https://github.com/knolleary/pubsubclient)
## Installation
**Arduino IDE**
1. Install ESP8266 Core for Arduino. For more information please refer to the ESP8266 Core for Arduino's [installation manual](https://github.com/esp8266/Arduino#installing-with-boards-manager)
2. 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**