DTLSSocket


NameDTLSSocket JSON
Version 0.1.16 PyPI version JSON
download
home_pagehttps://git.fslab.de/jkonra2m/tinydtls-cython
SummaryDTLSSocket is a cython wrapper for tinydtls with a Socket like interface
upload_time2023-07-18 14:34:44
maintainer
docs_urlNone
authorJannis Konrad
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.fslab.de/jkonra2m/tinydtls-cython",
    "name": "DTLSSocket",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jannis Konrad",
    "author_email": "Kabel42@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/58/42/0a0442118096eb9fbc9dc70b45aee2957f7546b80545e2a05bd839380519/DTLSSocket-0.1.16.tar.gz",
    "platform": null,
    "description": "This is a cython wrapper for tinydtls.\n\nIt currently implements a socket like Interface with sendmsg and readmsg.\nAll other calls are passt to the underlying socket.\n\nFor more info of tinydtls see https://projects.eclipse.org/projects/iot.tinydtls\n\nThis 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)\n\nThe Repo is hostet in our [GitLab](https://git.fslab.de/jkonra2m/tinydtls-cython)\nThere is now also a mirror on [GitHub](https://github.com/kabel42/DTLSSocket)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
    "version": "0.1.16",
    "project_urls": {
        "Homepage": "https://git.fslab.de/jkonra2m/tinydtls-cython"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58420a0442118096eb9fbc9dc70b45aee2957f7546b80545e2a05bd839380519",
                "md5": "15dfeca9678e381c7bb6e11e4c864fd5",
                "sha256": "30b108ae45fce1c033e3ef6c2ddd7e7418062ae374228e3a7fa969b254366a39"
            },
            "downloads": -1,
            "filename": "DTLSSocket-0.1.16.tar.gz",
            "has_sig": false,
            "md5_digest": "15dfeca9678e381c7bb6e11e4c864fd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 156575,
            "upload_time": "2023-07-18T14:34:44",
            "upload_time_iso_8601": "2023-07-18T14:34:44.095352Z",
            "url": "https://files.pythonhosted.org/packages/58/42/0a0442118096eb9fbc9dc70b45aee2957f7546b80545e2a05bd839380519/DTLSSocket-0.1.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 14:34:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtlssocket"
}
        
Elapsed time: 0.09380s