1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/py-DTLSSocket/pkg-descr
Tobias C. Berner 7462c119b9 New port: net/py-DTLSSocket -- DTLSSocket is a cython wrapper for tinydtls with a Socket like interface
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
2019-04-28 19:01:42 +00:00

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