mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-05-01 21:30:06 -07:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d85ff03def | |||
| 1f1e9c1b7b | |||
| 245a081a5e | |||
| e19feb5618 |
@@ -158,7 +158,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
|
||||
|
||||
### Python
|
||||
|
||||
- [aiomqtt](https://github.com/mossblaser/aiomqtt) - Async Python MQTT client based on paho-mqtt.
|
||||
- [aiomqtt](https://github.com/empicano/aiomqtt) - The idiomatic asyncio MQTT client.
|
||||
- [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based).
|
||||
<!--lint disable double-link-->
|
||||
- [hbmqtt Client](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio.
|
||||
@@ -201,7 +201,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
|
||||
|
||||
- [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - Dart MQTT client.
|
||||
|
||||
### DotNET
|
||||
### C# / .NET
|
||||
|
||||
- [HiveMQtt](https://github.com/hivemq/hivemq-mqtt-client-dotnet) - MQTT 5.0 compliant secure client with automatic back pressure management and TCP & WebSocket transport support.
|
||||
- [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTT client and broker .NET implementations.
|
||||
@@ -352,6 +352,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes:
|
||||
- [amcrest2mqtt](https://github.com/dchesterton/amcrest2mqtt) - Amcrest doorbell to MQTT bridge. Uses Home Assitant's MQTT discovery protocol.
|
||||
- [aqara-mqtt](https://github.com/monster1025/aqara-mqtt) - Aqara (Xiaomi) Gateway to MQTT bridge.
|
||||
- [aqara2mqtt](https://github.com/hobbyquaker/aqara2mqtt) - Attach [Aqara](https://www.aqara.com) Smart Hubs to MQTT.
|
||||
- [Bambuddy](https://github.com/maziggy/bambuddy) - Self-hosted management tool for Bambu Lab 3D printers using MQTT, with real-time monitoring, scheduling, and Home Assistant integration.
|
||||
- [can2mqtt](https://github.com/c3re/can2mqtt) - CAN-Bus - MQTT Bridge (also works vice versa).
|
||||
- [coe2mqtt](https://c0d3.sh/smarthome/coe2mqtt) - Bi-directional CAN Bus to MQTT.
|
||||
- [cul2mqtt](https://github.com/hobbyquaker/cul2mqtt) - Interface between [Busware CUL](https://shop.busware.de/product_info.php/cPath/1/products_id/29) (868MHz RF-Devices like ELV FS20, HMS, EM, etc.) and MQTT.
|
||||
|
||||
Reference in New Issue
Block a user