A simple MQTT library for the ESP8266
Find a file
A.M. Rowsell 65d0810b5e
Managed to get our first MQTT connection started!
The code is now pretty messy, as I've just been hacking it
together so far. It's basically hardcoded, so the next steps
will be to parameterise everything. I also need to rethink
the data structures, and function names/structures.

I need to make this feel more like an API to be called by
a user. This will naturally help organize the functions.
2018-08-15 00:07:42 -04:00
.gitignore added gitignore 2018-08-13 23:35:00 -04:00
Makefile Initial commit 2018-08-13 23:34:17 -04:00
mqtt.c Managed to get our first MQTT connection started! 2018-08-15 00:07:42 -04:00
mqtt.h Managed to get our first MQTT connection started! 2018-08-15 00:07:42 -04:00
user_config.h Initial commit 2018-08-13 23:34:17 -04:00