Changes between Version 7 and Version 8 of mosquitto_ex


Ignore:
Timestamp:
02/09/25 22:01:16 (12 days ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mosquitto_ex

    v7 v8  
    1111We sub for waiting cmd pub from client using this [attachment:mosq_sub_cmd_v1.py]
    1212{{{
    13 ~]$ mosquitto_pub -h host -u user -P password -t 'kmitlt108/cmd' -m '{"id":1, "cmd":"echo 1 > /tmp/out.txt"}'
     13~]$ mosquitto_pub -h host -u user1 -P pass1234 -t 'kmitlt108/cmd' -m '{"id":1, "cmd":"echo 1 > /tmp/out.txt"}'
    1414}}}