From b6ef375d9383862ca3334b7166edb91a81d23f3d Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 25 Jan 2016 11:34:24 +0100 Subject: [PATCH] Update README.md Adds MQTTLens --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5442ab..0cc3098 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt-fuzz](https://github.com/F-Secure/mqtt_fuzz) - A simple fuzzer for the MQTT protocol. * [MQTT.fx](http://mqttfx.jfx4ee.org/) - MQTT.fx is a MQTT Client written in Java based on Eclipse Paho. Supports scripting. * [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad). +* [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. * [mqtt-malaria](https://github.com/remakeelectric/mqtt-malaria) - scalability and load testing utilities for MQTT environments. * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. * [mqtt-utils](https://github.com/dsell/mqtt-utils) - a collection of MQTT utilities.