micropython-mqtt

MQTT driver

A driver for asynchronous MQTT communication in MicroPython

A 'resilient' asynchronous MQTT driver. Recovers from WiFi and broker outages.

GitHub

581 stars
31 watching
127 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
peterhinch/micropython_eeprom A set of drivers for accessing various types of memory chips from MicroPython 74
peterhinch/micropython-vs1053 Drivers for a digital audio player chip 24
peterhinch/micropython-iot Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. 89
peterhinch/micropython_ir A Python library for implementing IR remote control communication protocols in nonblocking device drivers. 254
chrismoorhouse/micropython-mqtt An MQTT client library with auto reconnect and asynchronous publish/subscribe functionality for MicroPython devices 34
miketeachman/micropython-mqtt-thingspeak Enables IoT device communication with Thingspeak using MQTT protocol in Micropython 26
kartun83/micropython-mq A set of Python drivers for sensors from the MQ series 24
belyalov/tinymqtt An asynchronous MQTT client implementation for MicroPython. 7
peterhinch/micropython-msgpack MicroPython MessagePack implementation 28
peterhinch/micropython_remote A library that captures and replays 433MHz remote control codes to control devices 70
miketeachman/micropython-pms5003-minimal Provides a Python driver for an air quality sensor 1
peterhinch/micropython_ra8875 A device driver and GUI library for controlling RA8875-based displays on MicroPython devices 9
peterhinch/micropython-radio Enables bidirectional communication between two devices using radio frequency signals. 54
kevinkk525/pms5003_micropython A Python driver for a pms5003 air quality sensor that provides a simple interface to read and control the device in a Micropython environment. 23
tuanpmt/esp_mqtt An MQTT client library for ESP8266 microcontrollers, providing a basic implementation of the MQTT protocol. 1,146