mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
7462c119b9
This is a cython wrapper for tinydtls. It currently implements a socket like Interface with sendmsg and readmsg. All other calls are passt to the underlying socket. For more info of tinydtls see https://projects.eclipse.org/projects/iot.tinydtls WWW: https://git.fslab.de/jkonra2m/tinydtls-cython
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
This is a cython wrapper for tinydtls.
|
|
|
|
It currently implements a socket like Interface with sendmsg and readmsg.
|
|
All other calls are passt to the underlying socket.
|
|
|
|
For more info of tinydtls see
|
|
https://projects.eclipse.org/projects/iot.tinydtls
|
|
|
|
WWW: https://git.fslab.de/jkonra2m/tinydtls-cython
|