njh / mqtt-sn-tools

Command line tools written in C for the MQTT-SN (MQTT for Sensor Networks) protocol
MIT License
195 stars 84 forks source link

QOS 1 support #23

Closed hamdijmii1992 closed 7 years ago

hamdijmii1992 commented 7 years ago

Is there a plan to implement a QOS 1 support ? Best regards.

njh commented 7 years ago

No plans at the moment but possibly in the future.

njh commented 7 years ago

QoS 1 is now implemented. This turned out to be easier than I expected.

Publish: cc4165762d2ce833be3b119745ee818e29f6843c Subscribe: ec83813065fa9fc5a7a9163ba5b19cec242acbf0

However note that there isn't support for re-sending lost packets at the moment.