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 178 forks source link

Gateway: DTLS with PSK support #244

Closed sonny82 closed 3 years ago

sonny82 commented 3 years ago

Hi,

I can see that support for DTLS has been added recently but it is not yet merged into master. I would like to know if PSK mode is also supported or only cert mode? In the gateway.conf I can only find configuration for cert mode (settings DtlsCertsKey, DtlsPrivKey).

Thank you and best regards, Marcel

ty4tw commented 3 years ago

Hi Sonny82, Gateway doesn’t support PSK.

sonny82 commented 3 years ago

Ok, thank you for the info.