1 Commits

Author SHA1 Message Date
Peter Giacomo Lombardo 1ac927b4b5 Add Apache BifroMQ to brokers list 2026-01-29 17:41:42 +01:00
+2 -2
View File
@@ -158,7 +158,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
### Python ### Python
- [aiomqtt](https://github.com/empicano/aiomqtt) - The idiomatic asyncio MQTT client. - [aiomqtt](https://github.com/mossblaser/aiomqtt) - Async Python MQTT client based on paho-mqtt.
- [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based). - [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based).
<!--lint disable double-link--> <!--lint disable double-link-->
- [hbmqtt Client](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio. - [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. - [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - Dart MQTT client.
### C# / .NET ### DotNET
- [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. - [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. - [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTT client and broker .NET implementations.