Browse Source

mqtt_sniffer scripts added

84582af
Dirk Alders 1 year ago
parent
commit
f0dbe6936c
2 changed files with 7 additions and 0 deletions
  1. 3
    0
      mqtt_localhost
  2. 4
    0
      mqtt_smarthome

+ 3
- 0
mqtt_localhost View File

1
+#!/bin/sh
2
+clear
3
+/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f localhost -n

+ 4
- 0
mqtt_smarthome View File

1
+#!/bin/sh
2
+clear
3
+/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f mqtt.home
4
+

Loading…
Cancel
Save