From 69e9d82248facae97113684f3b13b0296a3fed02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Bracht?= Date: Wed, 1 Apr 2026 16:45:35 -0700 Subject: [PATCH] Add mqtt5 to Brokers (#135) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0ebb7b..94d4b71 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker. - [Mosca](https://www.mosca.io/) - Node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application. - [Mosquitto](https://mosquitto.org/) - *"*The"** Open Source MQTT Broker. +- [mqtt5](https://github.com/LabOverWire/mqtt-lib) - Async MQTT v5.0 broker in Rust with TCP, TLS, WebSocket, and QUIC transport, plus authentication, ACL, bridging, and session persistence. - [MyQttHub](https://myqtthub.com) - Cloud MQTT broker. - [Mystique](https://github.com/TheThingsIndustries/mystique) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1. - [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - High performance messaging broker with MQTT Adapter.