From d330ed6edc9df8826d9457c634c3bf91d0f78b2d Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 11 Apr 2023 21:18:49 +0200 Subject: [PATCH] added helper scripts. --- aqhomed.sh | 4 ++++ mosquitto.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 aqhomed.sh create mode 100755 mosquitto.sh diff --git a/aqhomed.sh b/aqhomed.sh new file mode 100644 index 0000000..b11f266 --- /dev/null +++ b/aqhomed.sh @@ -0,0 +1,4 @@ +# AQHOME_LOGLEVEL=info LD_LIBRARY_PATH="../../aqhome/:$LD_LIBRARY_PATH" ./aqhomed -l aqhome.log -db aqhome.db -ma 127.0.0.1 + +AQHOME_LOGLEVEL=info LD_LIBRARY_PATH="../../aqhome/:$LD_LIBRARY_PATH" ./aqhomed -l aqhome.log -db aqhome.db -ma 192.168.117.192 -mp 1883 + diff --git a/mosquitto.sh b/mosquitto.sh new file mode 100755 index 0000000..f9eb457 --- /dev/null +++ b/mosquitto.sh @@ -0,0 +1,3 @@ + +mosquitto_sub -h 192.168.117.192 -t '#' -v +