Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is DTLS a workaround for the session issue? Haven't had much experience with it myself but it does cut down some of the statefulness.


You don’t want to redo the handshake (which, as far as I know, is identical to TLS) every time you send a packet using DTLS. Therefore, you still need to retain state information. In my opinion, using DTLS (UDP) is considerably more nuanced than using TLS (TCP) in an embedded IoT context.


The post details the use of CoAP over DTLS, employing Connection IDs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: