CoAP and DTLS integration

I have implementation of CoAP (libcoap), and implementation of DTLS (tinyDTLS). How can I make integration CoAP (libcoap) with DTLS (tinyDTLS)?

I will be grateful for the any advice.


Unfortunately, I don't have enough reputation to place a comment, even though this is not an answer. Here is my attempt to do the exact same thing, using the client-server examples from both libcoap and tinydtls. Feel free to fork the code, and please sumbit a pull request if you figure out why my client and server don't finish their handshake.

链接地址: http://www.djcxy.com/p/23296.html

上一篇: Google Plus登录“选择帐户”对话框会出现两次

下一篇: CoAP和DTLS集成