From 1205a965385732abf2775d43447543419b5abd3b Mon Sep 17 00:00:00 2001 From: Zach Snell Date: Mon, 23 Feb 2026 16:55:19 -0600 Subject: [PATCH] Add mockd to Tools (#129) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c11b0b4..fe2f10a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [hivemq-mqtt-web-client](https://github.com/hivemq/hivemq-mqtt-web-client) - Browser-based MQTT client that utilizes MQTT over websockets. [Direct Link](https://www.hivemq.com/demos/websocket-client/) - [imqtt](https://github.com/shafreeck/imqtt) - Interactive MQTT packet manipulation shell based on IPython. - [IoT-Testware](https://projects.eclipse.org/projects/technology.iottestware) - The Eclipse IoT-Testware is a collection of conformance test suites for IoT protocols enriched with additional tools for fuzzing and performance testing. +- [mockd](https://github.com/getmockd/mockd) - Multi-protocol mock server with a built-in MQTT broker supporting QoS 0-2, retained messages, topic patterns, and device simulation for IoT development and testing. - [moxy](https://github.com/jvermillard/moxy) - A Golang MQTT proxy providing useful output traces to monitor and troubleshoot your MQTT communications. - [MQTT Board](https://github.com/flespi-software/MQTT-Board) - Open-source diagnostic-oriented MQTT client tool. - [mqtt-admin](https://github.com/hobbyquaker/mqtt-admin/) - Web based MQTT frontend. [Direct Link](https://hobbyquaker.github.io/mqtt-admin/).