Metadata-Version: 2.1
Name: DTLSSocket
Version: 0.1.19
Summary: DTLSSocket is a cython wrapper for tinydtls with a Socket like interface
Home-page: https://git.fslab.de/jkonra2m/tinydtls-cython
Author: Jannis Konrad
Author-email: Kabel42@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Description-Content-Type: text/markdown
License-File: LICENSE

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

This Code was created at the [Multimedia Communication Laboratory](http://mc-lab.de) of the [Bonn-Rhein-Sieg University of Applied Sciences](http://h-brs.de)

The Repo is hostet in our [GitLab](https://git.fslab.de/jkonra2m/tinydtls-cython)
There is now also a mirror on [GitHub](https://github.com/kabel42/DTLSSocket)