A simple MQTT library for the ESP8266
|
||
---|---|---|
.gitignore | ||
Doxyfile | ||
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