mqtt-sn-tools icon indicating copy to clipboard operation
mqtt-sn-tools copied to clipboard

Command line tools written in C for the MQTT-SN (MQTT for Sensor Networks) protocol

Results 5 mqtt-sn-tools issues
Sort by recently updated
recently updated
newest added

Show: 2021-12-14 12:34:17 DEBUG Debug level is: 3. 2021-12-14 12:34:17 DEBUG Network timeout is: 5 seconds. 2021-12-14 12:34:17 DEBUG Trying ::1... 2021-12-14 12:34:17 DEBUG Connecting... 2021-12-14 12:34:17 DEBUG Sending CONNECT...

Added counter to send the same message multiple times to generate load using same connection. Delay is used to delay the messages set in counter.

Client automatically replies with PUBACK when receiving a PUBLISH of QoS 1 while waiting for another message #30 - Bug fix

With a large number of clients (above 20), some subscribing clients do not receive any message. The issue is related with implementation of the `mqtt_sn_select` function in **mqtt-sn.c** file. Consider...

Hello, When we receive a publish, normally we need to check if QoS is 1 and send a PUBACK. However, if we receive a PUBLISH while waiting for a different...