Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] DTLS #6

Open
PeterEB opened this issue Feb 13, 2018 · 3 comments
Open

[TODO] DTLS #6

PeterEB opened this issue Feb 13, 2018 · 3 comments

Comments

@PeterEB
Copy link
Owner

PeterEB commented Feb 13, 2018

Should support DTLS.

@reklatsmasters
Copy link

https://github.com/nodertc/dtls

Here is my experimental DTLS implementation in pure js. Client side only right now. Modern ciphers, message reordering, defragmentation already exists.

@davideicardi
Copy link

It is difficult to integrate DTLS? What we need to change?
If you can give me some advice I can try to integrate it on my spare time and send a PR...

@PeterEB
Copy link
Owner Author

PeterEB commented Mar 19, 2019

The problem with the use of DTLS is that the underlying COAP library (node-coap) should support it before. There is an open discussion about that issue here. Currently DTLS is not implemented at node-coap. However here is a fork of node-coap. It has been extended to use DTLS. But I think it is still unstable.

Maybe you can take on further developing node-coap-dtls. And use it to integrate DTLS at this project. I would appreciate any input you may have toward getting this code production ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants