Changes between Version 6 and Version 7 of mosquitto_ex
- Timestamp:
- 02/09/25 21:57:42 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mosquitto_ex
v6 v7 11 11 We sub for waiting cmd pub from client using this [attachment:mosq_sub_cmd_v1.py] 12 12 {{{ 13 krit mez tmp$ mosquitto_pub -h host -u user -P password -t 'kmitlt108/cmd' -m '{"id":1, "cmd":"echo 1 > /tmp/out.txt"}' 14 krit mez tmp$ 13 ~]$ mosquitto_pub -h host -u user -P password -t 'kmitlt108/cmd' -m '{"id":1, "cmd":"echo 1 > /tmp/out.txt"}' 15 14 }}}