shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

DTLS support for coap libary #27

Closed sebriede closed 2 years ago

sebriede commented 3 years ago

May it is possible to build up the dtls support fot the coap-client

shamblett commented 3 years ago

Maybe, Dart doesn't support DTLS natively, there is no secure socket equivalent for UDP sockets so this would have to be done using FFI but its not impossible, its a fair undertaking though.

sebriede commented 3 years ago

Hmm, it sounds not that easy. I just asked because of my Bachelor report, for this it would be practically.