From c4a1b3ae90053cd11d13462d050e7e63f3784110 Mon Sep 17 00:00:00 2001 From: filips Date: Tue, 25 May 2021 08:48:32 +0200 Subject: [PATCH] mqtt_monitor for console --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10dd1e6..06948fc 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Core analytics * [mqtt](https://github.com/jeffallen/mqtt) - MQTT Clients, Servers and Load Testers in Go. * [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir. * [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS. +* [mqtt_monitor](https://github.com/filipsPL/mqtt-monitor) - simple and lightweight console moniotor for mqtt topics, with eye-candies, in python 3. * [Paho](http://www.eclipse.org/paho/) - Open source client implementations (C/C++, Java, Python, Javascript, Go, C#). * [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT. * [ruby-mqtt](https://github.com/njh/ruby-mqtt) - Pure Ruby gem that implements the MQTT protocol.