From f0dbe6936c66ca9e57bb9d9d13523ce029dd4092 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 2 Aug 2023 09:08:27 +0200 Subject: [PATCH] mqtt_sniffer scripts added --- mqtt_localhost | 3 +++ mqtt_smarthome | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 mqtt_localhost create mode 100755 mqtt_smarthome diff --git a/mqtt_localhost b/mqtt_localhost new file mode 100755 index 0000000..d5a6807 --- /dev/null +++ b/mqtt_localhost @@ -0,0 +1,3 @@ +#!/bin/sh +clear +/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f localhost -n diff --git a/mqtt_smarthome b/mqtt_smarthome new file mode 100755 index 0000000..473cc9c --- /dev/null +++ b/mqtt_smarthome @@ -0,0 +1,4 @@ +#!/bin/sh +clear +/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f mqtt.home +