Changes between Version 6 and Version 7 of mosquitto_ex


Ignore:
Timestamp:
02/09/25 21:57:42 (12 days ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mosquitto_ex

    v6 v7  
    1111We sub for waiting cmd pub from client using this [attachment:mosq_sub_cmd_v1.py]
    1212{{{
    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"}'
    1514}}}