Kaynağa Gözat

mqtt_sniffer scripts added

84582af
Dirk Alders 1 yıl önce
ebeveyn
işleme
f0dbe6936c
2 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 3
    0
      mqtt_localhost
  2. 4
    0
      mqtt_smarthome

+ 3
- 0
mqtt_localhost Dosyayı Görüntüle

@@ -0,0 +1,3 @@
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 Dosyayı Görüntüle

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

Loading…
İptal
Kaydet