eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
315 stars 178 forks source link

Extended support of sleepy nodes #77

Closed jciupis closed 7 years ago

jciupis commented 7 years ago

Signed-off-by: Ciupis, Jedrzej jedrzej.ciupis@nordicsemi.no

I have added publishing messages buffered for asleep clients as described in chapter 6.14 of MQTT-SN protocol spec. The gateway buffered the messages, but did not send them.

ty4tw commented 7 years ago

Handling of a Client's sleep mode of this gateway has lots of problems more than your pull-request. I will fix them ASAP.