Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
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:22:25 (
4 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
MQTT
v1
v1
1
= MQTT =
2
3
Create 3 folders and 3 config files as following
4
{{{
5
[krit@mini MQTT]$ tree .
6
.
7
└── mosquitto
8
├── config
9
│ ├── acls.conf
10
│ ├── mosquitto.conf
11
│ └── passwd
12
├── data
13
└── log
14
15
4 directories, 3 files
16
[krit@mini MQTT]$
17
}}}