mkovatsc / Copper

Copper (Cu) CoAP user-agent (JavaScript implementation)
http://people.inf.ethz.ch/mkovatsc/copper.php
BSD 3-Clause "New" or "Revised" License
94 stars 43 forks source link

Add support for coaps:// scheme / secure CoAP #8

Open kartben opened 9 years ago

mkovatsc commented 7 years ago

The DTLS part is unfortunately non-scriptable. Internatlly, it is quite convoluted with ICE and the WebRTC code, so it is not straight-forward to make it scriptable. Thus, one needs to implement DTLS in JavaScript. On the one hand, this is quite a pain in the a**, on the other hand, it could work out fine when using the browser crypto APIs.

Happy for any volunteer :) If you---the volunteer---are a student motivated and capable enough, I could also set this up as a master's thesis...