summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2018-12-18 21:04:39 +0100
committerHolger Cremer <HolgerCremer@gmail.com>2018-12-18 21:04:39 +0100
commit7bb9be84cc958a6d8f55996036af46cb7dfe0057 (patch)
tree6470c6b2daff70cc3d2797c94d058d921bfdf76b
parent93a05b5de5d5d2bcb5d6b0c60f55d7d926c3ffff (diff)
downloadserial-barcode-scanner-7bb9be84cc958a6d8f55996036af46cb7dfe0057.tar.bz2
adds a readme
-rw-r--r--shop2mqtt/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/shop2mqtt/README.md b/shop2mqtt/README.md
new file mode 100644
index 0000000..9627e82
--- /dev/null
+++ b/shop2mqtt/README.md
@@ -0,0 +1,17 @@
+# Setup
+
+You need the python3 paho-mqtt lib. E.g.
+```
+sudo apt-get install python3-paho-mqtt
+```
+
+Create the config from the example:
+```
+cp shop2mqtt.conf.example shop2mqtt.conf
+```
+and change the config to your needs.
+
+
+# Run
+
+Just run `./sendStock2Mqtt.py` or use cron. \ No newline at end of file