A simple MQTT library for the ESP8266
Renamed mqtt_send to mqttSend to better follow my usual naming convention. Made a few other small changes, including disabling the debug macro by default. Just uncomment to add it again. This is the version that will be used with the first release of Part 3 of the SDK tutorials on hackaday.io. Signed-off-by: A.M. Rowsell <amrowsell@frozenelectronics.ca> |
||
---|---|---|
.gitignore | ||
.gitlab-ci.yml | ||
Doxyfile | ||
fortune-cookie_small.png | ||
LICENSE | ||
main.c | ||
main.h | ||
Makefile | ||
mqtt.c | ||
mqtt.h | ||
onewire.c | ||
onewire.h | ||
README.md | ||
strtoarr.py | ||
user_config.h |
MQTT Library for ESP8266 SDK
written by Alexander Rowsell (MrAureliusR)
Released under the terms of the Mozilla Public License v2.0 -- see LICENSE for more detail.
Summary
While working on a series of tutorials for Hackaday, I realized MQTT would be the perfect solution for one of the projects I was presenting. However, I didn't want to use a pre-existing MQTT library - that would be boring, and I wouldn't be able to teach the readers as much. Instead, I started to write one from scratch.
At this point, it's a bit messy. It still needs a lot of work. This documentation will help me keep everything organized and easy-to-use.
The documentation has now been turned into Doxygen documentation. You can view the latest documentation here