Jan-Piet Mens 11 anni fa
commit
8dfe411a8a
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# mqtt-launcher
+
+_mqtt-launcher_ is a Python program which subscribes to a set of [MQTT] topics and executes processes on the host it's running on. Processes are configured on a per/wildcard basis.
+
+
+## Requirements
+
+* Python
+* [mosquitto.py](http://mosquitto.org/documentation/python/)
+
+## Credits
+
+This program was inspired by [mqtt-exec](https://github.com/denschu/mqtt-exec). I'm not terribly comfortable running NodeJS programs, so I implemented the idea in Python.
+
+ [MQTT]: http://mqtt.org