You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a really long thread in the main node js repo about adding DTLS to core nodejs/node#2398
From the thread having it in core would be best but there hasn't been any headway since 2015 on this so it seams either rolling our own or implementing an already created module possibly something like: https://github.com/krekeltronics/node-mbed-dtls
Having DTLS in core would be, of course, the best solution and very awesome. In theory, OpenSSL, which seems to be used by node-core, should already be able to support this: https://github.com/nodejs/node/search?q=dtls Maybe this could be utilized to provide "native" DTLS support some day.
Right now the module is missing DTLS support that is needed to use
coaps
. We should look into how to add support for this.The text was updated successfully, but these errors were encountered: