From a7332d9a7757cd4501c87908562a7818392ed9af Mon Sep 17 00:00:00 2001 From: filips Date: Sat, 13 Nov 2021 19:30:42 +0100 Subject: [PATCH] mqtt_monitor for console (#101) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 034ae29..a299d63 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,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.