We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258b21a commit 681d5eaCopy full SHA for 681d5ea
README.md
@@ -38,7 +38,7 @@
38
}
39
```
40
### 配置文件
41
-
+参考 [config.yml](./agent/config.yml)
42
43
### 开发
44
Install [Rust 1.70+](https://www.rust-lang.org/),
@@ -52,7 +52,7 @@ mprocs
52
# this is check MQTT agent if is OK
53
cd agent && cargo run --example publish_command.rs
54
55
+Web [Figma UI](https://www.figma.com/design/iyL4dms3B8AWGZS14FCRuf/RMQTT-EXEC?m=dev&node-id=0%3A1&t=aXOx1pkofASiwbPa-1)
56
## 限制
57
目前只支持普通的命令, 不支持 `sudo xxx` 之类命令。
58
agent/config.yml
@@ -1,2 +1,4 @@
1
-server: 'mqtt://127.0.0.1:1883'
2
-client_id: test_client
+server: 'mqtt://127.0.0.1:1883' # MQTT Server
+client_id: test_client #MQTT Client ID
3
+#username: test #MQTT Username
4
+#password: password #MQTT Password
0 commit comments