File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 11Command line tools written in C for the MQTT-S (MQTT For Sensor Networks) protocol.
22
3+ Supported Features
4+ ------------------
5+
6+ - QoS 0
7+ - Keep alive pings
8+ - Publishing retained messages
9+ - Publishing empty messages
10+ - Subscribing to named topic
11+ - Clean / unclean sessions
12+ - Manual and automatic client ID generation
13+
14+
15+ Unsupported Features
16+ --------------------
17+
18+ - QoS -1, 1 and 2
19+ - Last Will and Testament
20+ - Displaying topic name with each recieved message (aka verbose mode)
21+ - Packets longer than 255 bytes
22+ - Automatic gateway discovery
23+ - Pre-defined topic IDs and short topic names
24+
325
426Building
527--------
628
7- Just run 'make'.
29+ Just run 'make' on a POSIX system .
830
931
1032Publishing
You can’t perform that action at this time.
0 commit comments