Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 9
and
Version 10
of
MQTT
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/29/21 06:39:07 (
3 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
MQTT
v9
v10
110
110
[krit@Mosh Mosquitto]$ docker-compose up -d
111
111
}}}
112
113
mosquitto_pub to reset null for retain any message on specific topic. -n=Send a null (zero length) message, -r=retain, -d=debug
114
{{{
115
mosquitto_pub -h hostname -t the/topic -u username -P password -n -r -d
116
}}}