I have a CoAP implementation (libcoap) and a DTLS implementation (tinyDTLS). How can I do CoAP (libcoap) integration with DTLS (tinyDTLS)?
I would be grateful for any advice.
Unfortunately, I do not have enough reputation to post a comment, although this is not the answer. Here I am trying to do the same using client-server examples from libcoap and tinydtls. Feel free to deploy the code and please skip the pull request if you find out why my client and server are not completing their handshake.