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

Need support for DTLS for secured communication #224

Closed saumilsdk closed 3 years ago

saumilsdk commented 3 years ago

Need support for DTLS for secured communication between clients and gateway. Please let me know how to achieve that.

icraggs commented 3 years ago

Hello. I've not yet met anyone who has successfully implemented DTLS. I know some people who have started looking but then found it would be a substantial amount of work, so got no further than that.

Given the likely low number of people who have experience in this area, and I'm not one of them at this time, I don't think you are likely to be able to get support without paying for it.

mailych commented 3 years ago

Hi @icraggs , I am thinking of using tinydtls https://github.com/eclipse/tinydtls and its API's to bring DTLS support to mqtt-sn. Do you think, that would reduce significant amount of work required to bring DTLS support? Thanks in advance.