An introduction to MQTT
An introduction to MQTT
Posted May 16, 2018 17:03 UTC (Wed) by Kamilion (subscriber, #42576)In reply to: An introduction to MQTT by smurf
Parent article: An introduction to MQTT
Shouldn't bother with the ESP8266 -- it's TLS stack sucks. The ESP32's is much better [1]; http2 from nghttp2, cjson, mbedtls, and ports of curl and libssh, reflecting the nearly half a megabyte of RAM available in the ESP32.
When the pricing between the two is so similar; there's no real point in bothering when all of Espressif's work is being put into esp-idf [2], and most of the esp8266 is based on community-only support.
Plus, the ESP32 actually has decent documentation. [3]
[1] https://github.com/espressif/esp-idf/tree/master/components
[2] https://github.com/espressif/esp-idf/tree/master/examples
[3] http://esp-idf.readthedocs.io/en/latest/get-started/index...