mqtt_upython
MQTT client
An MQTT client implementation using MicroPython on ESP8266
MQTT Client using micropython on ESP8266
0 stars
3 watching
1 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
belyalov/tinymqtt | An asynchronous MQTT client implementation for MicroPython. | 7 |
chrismoorhouse/micropython-mqtt | An MQTT client library with auto reconnect and asynchronous publish/subscribe functionality for MicroPython devices | 34 |
sdeancos/mqtt-client | An MQTT client implementation in Python allowing users to publish and subscribe to MQTT topics. | 17 |
miketeachman/micropython-mqtt-thingspeak | Enables IoT device communication with Thingspeak using MQTT protocol in Micropython | 26 |
tuanpmt/esp_mqtt | An MQTT client library for ESP8266 microcontrollers, providing a basic implementation of the MQTT protocol. | 1,145 |
wialon/gmqtt | An asynchronous Python client implementation for MQTT version 5.0 protocol | 400 |
magcode/mopidy-mqtt | Enables Mopidy to communicate with MQTT, allowing users to control and retrieve information from Mopidy via an MQTT connection. | 23 |
bapowell/python-mqtt-client-shell | An interactive command-line tool for testing and exercising MQTT client communications | 51 |
robmarkcole/bme680-mqtt-micropython | Publishes sensor data over MQTT using Micropython | 15 |
karlsoderby/upython-chat-gpt | Connects to ChatGPT API via MicroPython to retrieve responses and display them on an OLED screen. | 27 |
peterhinch/micropython-mqtt | A driver for asynchronous MQTT communication in MicroPython | 581 |
mrjohannchang/mqtthandler.py | Provides an MQTT logging handler allowing Python applications to send log messages via MQTT | 21 |
miketeachman/micropython-adafruit-mqtt-esp8266 | An implementation of the MQTT protocol on ESP8266/ESP32 boards to publish and subscribe data using Adafruit IO | 55 |
monster1025/aqara-mqtt | A Python-based MQTT bridge connecting Aqara devices to Home Assistant. | 88 |
njouanin/hbmqtt | An MQTT client and broker implementation built on top of asyncio's standard asynchronous I/O framework | 801 |