micropython-mqtt
micropython-mqtt copied to clipboard
A 'resilient' asynchronous MQTT driver. Plus a means of using an ESP8266 to bring MQTT to non-networked targets.
Goal: - Easier maintainability of the repository (network interfaces and hardware keep growing) - mqtt client easier usable with a variety of network interfaces (none for unix, wlan, ethernet, custom...
This is not a bug report, just a little heads-up ;-) I'm not sure I understand correctly what the intent of these two flags is, but I don't believe they...
Will the library work with a wired network, such as a ESP32 + ethernet LAN8720A?
This pull request is merely to give you an overview of the changes I made, so you can have them in mind when looking at the code. I know you'll...
In mqtt_as' `MQTT_base` you have a `_max_repubs` config variable which defaults to 4. It governs how often `publish` republishes a message on the existing connection (https://github.com/peterhinch/micropython-mqtt/blob/master/mqtt_as/mqtt_as.py#L361). I'm a bit puzzled:...
As a standard the WLAN object in network registers ESP32 micro-controller with the hostname 'espressif' when getting an ip adress from the dhcp server. This commit adds the attribute 'hostname'...
_Hello Peter, I have two additions to mqtt_as.py. I don't know how you like your pull request, so I made the logical changes separately. And would then in case you...
_Hello Peter, This is the second functionality I added to mqtt_as. This one is rather a nice gimmick in some peoples eyes id say. But I think it is actually...
I've been running into an issue where messages arrive in a different order than they are sent. I have net yet been able to find the cause of this issue,...
Hi, I am trying to use the **mqtt_as** library on my **Raspberry Pi Pico W** . I was running the **clean.py** script for testing. I tried with both local mosquitto...