From c3bfad24e0d9a3ba2e4d41e0bf2906c3eed3f5eb Mon Sep 17 00:00:00 2001 From: Hazim J Date: Mon, 17 Jun 2019 21:36:44 +1000 Subject: [PATCH 1/2] Add bootstrap-mosquitto-server to Scripting section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c05af4..420c05d 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Core analytics * [logic4mqtt](https://github.com/owagner/logic4mqtt) - Java based Logic and scripting engine for use with MQTT. Uses Java's general scripting interface, so scripts can be written in a multitude of languages like Javascript, Groovy etc. * [mqtt-scripts](https://github.com/hobbyquaker/mqtt-scripts/) - Node.js based script runner. * [Node-RED](https://nodered.org/) - A visual tool for wiring the Internet of Things. +* [bootstrap-mosquitto-server](https://github.com/hazim-j/bootstrap-mosquitto-server) - Bash script for setting up an SSL encrypted MQTT broker with mosquitto and Let's Encrypt. ### Interfaces From dc591c1b0925572799f66cbf253a229fed653048 Mon Sep 17 00:00:00 2001 From: Hazim J Date: Tue, 18 Jun 2019 23:42:21 +1000 Subject: [PATCH 2/2] Add mqtt-firebase to Logging section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 420c05d..cf3610e 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Core analytics * [mqttcollect](https://github.com/jpmens/mqttcollect) - A collectd "Exec" plugin for MQTT. * [mqtthandler](https://github.com/changyuheng/MQTTHandler) - A Python logging handler module for MQTT. * [mqtt2mongodb](https://github.com/David-Lor/MQTT2MongoDB) - Subscribe to MQTT topics and insert into MongoDB. +* [mqtt-firebase](https://github.com/hazim-j/mqtt-firebase) - A CLI tool for subscribing to MQTT topics and dumping them to a firebase firestore DB. #### Smart Home Hardware Interfaces