go-coap
go-coap copied to clipboard
DTLS Support
Is go-coap support dtls ?
No but with enough cgo skills you can use openssl, gnutls or tinydtls with it.
Le ven. 4 sept. 2015 22:06, lukexue [email protected] a écrit :
Is go-coap support dtls ?
— Reply to this email directly or view it on GitHub https://github.com/dustin/go-coap/issues/27.
you can try to use it with my openssl dtls binding (client only for now): http://github.com/jvermillard/nativedtls
I'm interested too. There are news related to golang coap-dtls?
I've not planned to do any work on DTLS any time soon.