https://github.com/misterda/dtls-experiments
mbedTLS DTLS client/server, non-blocking, unconnected UDP sockets
https://github.com/misterda/dtls-experiments
dtls
Last synced: 6 months ago
JSON representation
mbedTLS DTLS client/server, non-blocking, unconnected UDP sockets
- Host: GitHub
- URL: https://github.com/misterda/dtls-experiments
- Owner: MisterDA
- License: mit
- Created: 2017-07-15T16:52:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T15:43:44.000Z (about 8 years ago)
- Last Synced: 2025-03-24T03:01:42.219Z (7 months ago)
- Topics: dtls
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dtls-experiments
mbedTLS DTLS client/server, non-blocking, unconnected UDP sockets
Ongoing effort to understand DTLS and secure the [Babel routing
protocol][babel] and the [babeld][babeld]
daemon. [mbedTLS][mbedtls] is used for crypto and DTLS
implementation.The server example should be non-blocking and use a single,
unconnected UDP socket.[babel]: https://www.irif.fr/~jch/software/babel/
[babeld]: https://github.com/jech/babeld
[mbedtls]: https://tls.mbed.org/