From 7af9764c08009ad9e86e92601f3f9b55e1daaf05 Mon Sep 17 00:00:00 2001 From: Scott Felder Date: Fri, 7 Aug 2026 18:31:09 -0400 Subject: [PATCH] Add LazyMQTT to Tools (#153) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 598805c..c249078 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [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. - [LabOverWire](https://laboverwire.com/features) - Visual diagram editor for designing MQTT topologies, built with Rust (WASM) and TypeScript. Features live in-browser simulation, code generation, and AsyncAPI export. +- [LazyMQTT](https://github.com/ScottFelder/lazymqtt) - A fast, terminal-UI MQTT client written in Rust — inspired by MQTT Explorer, but keyboard-driven and living in your terminal. - [Mer-cli](https://github.com/iotmertech/iot-data-generator) - A high-performance IoT data generator written in Rust. Supports MQTT, HTTP, and TCP for simulating realistic sensor payloads with Handlebars templates. - [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.