mkovatsc / Copper

Copper (Cu) CoAP user-agent (JavaScript implementation)

Home Page:http://people.inf.ethz.ch/mkovatsc/copper.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for coaps:// scheme / secure CoAP

kartben opened this issue · comments

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...