From d1c0be5b4dbeeb5e0da4f32cb5451792d9206d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20=C4=B0lkhan=20=C3=96zt=C3=BCrk?= <103080618+ibrahimilkhan@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:36:30 +0300 Subject: [PATCH] Add MQTTForge to Tools (#154) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c249078..4fcfbfe 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [mqtt-wildcard](https://github.com/hobbyquaker/mqtt-wildcard) - Node.js Module to match a MQTT Topic against wildcards. - [MQTT.fx](https://mqttfx.jensd.de/) - MQTT Client written in Java based on Eclipse Paho. Supports scripting. - [mqttcli](https://github.com/shirou/mqttcli) - MQTT Client for shell scripting. +- [MQTTForge](https://github.com/ibrahimilkhan/mqtt-forge) - Test console that builds a broker's topics into a live tree, shows every frame on the wire, and publishes by hand. Desktop app for macOS, Windows and Linux, or a single Docker image. - [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad). - [mqttkit](https://github.com/keyp-dev/mqttkit) - Elysia-style application framework for MQTT on Bun and TypeScript. Compose broker adapters, ordered middleware, typed topic routes, MQTT 5 RPC, and AsyncAPI 3.0 docs with `new MqttApp().use(...)`. - [MQTTLens](https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics.