浏览代码

mqtt_sniffer scripts added

84582af
Dirk Alders 1年前
父节点
当前提交
f0dbe6936c
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 3
    0
      mqtt_localhost
  2. 4
    0
      mqtt_smarthome

+ 3
- 0
mqtt_localhost 查看文件

@@ -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 查看文件

@@ -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
+

正在加载...
取消
保存