Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 4
and
Version 5
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:
05/27/21 10:31:50 (
4 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
MQTT
v4
v5
51
51
topic write gw/+/cmd/#
52
52
}}}
53
54
Then, we can run mosquitto with following
55
{{{
56
[krit@mini MQTT]$ docker run -it --name mosquitto -p 1883:1883 -v $(pwd)/mosquitto:/mosquitto/ eclipse-mosquitto
57
}}}