mirror of
https://github.com/gabrielkheisa/antares-esp8266-mqtt.git
synced 2024-12-05 01:33:23 +07:00
Added description and stuff
This commit is contained in:
parent
133980d538
commit
6ba223432a
23
README.md
23
README.md
@ -1,6 +1,25 @@
|
|||||||
# Antares ESP8266 MQTT
|
# Antares ESP8266 MQTT
|
||||||
<img src="http://i66.tinypic.com/2m4w39c.jpg" width="300">
|
<img src="http://i66.tinypic.com/2m4w39c.jpg" width="300">
|
||||||
|
|
||||||
**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** <img src="https://camo.githubusercontent.com/647cefc4a331bc5ab2a760d3c731b9d0b3f1259b/68747470733a2$
|
||||||
|
1. Install ESP8266 Core for Arduino. For more information please refer to the ESP8266 Core for Arduino's [installat$
|
||||||
|
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
|
||||||
|
|
||||||
|
<img src="https://upload.wikimedia.org/wikipedia/id/thumb/c/c4/Telkom_Indonesia_2013.svg/1200px-Telkom_Indonesia_2013.svg.png" width="300">
|
||||||
|
|
||||||
|
**Powered by Telkom Indonesia**
|
||||||
|
|
||||||
|
|
||||||
A Library to simplify the process of MQTT publication and subscription to Antares IoT Platform.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user