========
- Rock Solid wifi network client for Arduino (of course need to test more and resolve more issues :v)
- **More reliable** than AT COMMAND library (Personal comments)
- **Firmware applications written on ESP8266 can be read out completely. For security applications, sometimes you should use it as a Wifi client (network client) and other MCU with Readout protection.**
- MQTT module:
+ MQTT client run stable as Native MQTT client (esp_mqtt)
+ Support subscribing, publishing, authentication, will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).
+ **Support multiple connection (to multiple hosts).**
+ Support SSL
+ Easy to setup and use
- REST module:
+ Support method GET, POST, PUT, DELETE
+ setContent type, set header, set User Agent
+ Easy to used API
+ Support SSL
- WIFI module:
Github Repo: https://github.com/tuanpmt/espduino
Firmware for ESP8266: https://github.com/tuanpmt/esp_bridge