From 2f8d1aebe754ff5e95121594207783d42bacbed5 Mon Sep 17 00:00:00 2001 From: RainerGewalt <81910286+RainerGewalt@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:59:07 +0200 Subject: [PATCH] Add TrailMQ broker (#157) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48dd7fa..e319a31 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [RobustMQ](http://robustmq.com) - Multi-protocol brokers written in Rust. - [SurgeMQ](https://zhen.org/categories/surgemq/) - High Performance MQTT Server and Client Libraries in Go. - [tbmq](https://github.com/thingsboard/tbmq) - Open-source, scalable, fault-tolerant and durable messaging broker for millions of IoT devices. +- [TrailMQ](https://github.com/RainerGewalt/TrailMQ) - Self-hosted MQTT broker with policy enforcement and a reviewable record of broker decisions, for regulated and industrial systems. - [VerneMQ](https://vernemq.com/) - Apache2 licensed distributed MQTT broker, developed in Erlang. - [Vert.x MQTT Server](https://github.com/vert-x3/vertx-mqtt) - Vert.x component to handle connections, communication and messages exchange with remote MQTT clients.