From 5b1ab1af2def8cdc00795ac8524ae3680d6fe167 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sun, 28 May 2017 12:28:12 +0200 Subject: [PATCH] add mqtt-wildcard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26796c5..3bf05eb 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [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. * [mqtt-wall](https://github.com/bastlirna/mqtt-wall) - Subscription only web-based client – like Twitter wall for MQTT. +* [mqtt-wildcard](https://github.com/hobbyquaker/mqtt-wildcard) - Node.js Module to match a MQTT Topic against Wildcards. * [Python MQTT Client Shell](https://github.com/bapowell/python-mqtt-client-shell) - a text console-based, interactive shell for exercising various tasks associated with MQTT client communications. * [Wireshark-MQTT](https://github.com/menudoproblema/Wireshark-MQTT) - MQTT dissector for Wireshark.