From 6ba223432a6ee8eb02e51d4661fdd120be460dd8 Mon Sep 17 00:00:00 2001 From: vmasdani Date: Fri, 18 Jan 2019 16:11:16 +0700 Subject: [PATCH] Added description and stuff --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c99f91..53f1ac8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ # Antares ESP8266 MQTT -**On progress** +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** + +**Powered by Telkom Indonesia** + -A Library to simplify the process of MQTT publication and subscription to Antares IoT Platform.