Changes between Version 9 and Version 10 of MQTT


Ignore:
Timestamp:
08/29/21 06:39:07 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MQTT

    v9 v10  
    110110[krit@Mosh Mosquitto]$ docker-compose up -d
    111111}}}
     112
     113mosquitto_pub to reset null for retain any message on specific topic. -n=Send a null (zero length) message, -r=retain, -d=debug
     114{{{
     115mosquitto_pub -h hostname -t the/topic -u username -P password -n -r -d
     116}}}