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
314 stars 179 forks source link

Securing MQTT-SN messages send over UDP with DTLS #195

Closed karrthikmohank closed 3 years ago

karrthikmohank commented 4 years ago

Hi all,

I like to secure the transport of MQTT-SN messages send over UDP with DTLS and connect to the MQTT-SN gateway. There are hardly any projects which implemented the same. I have referred some of the similar threads as mentioned below but unfortunately could not find the solution.

Can you share with me Github repositories of projects which have already implemented the same?

As I am a newbie in the DTLS/TLS protocols, it would be of much help to me if you can please guide me about how to secure the transport of MQTT-SN messages over UDP using DTLS.

References: a. https://github.com/eclipse/paho.mqtt-sn.embedded-c/issues/90

Thanks and Regards, Karthik