DTLSSocket


NameDTLSSocket JSON
Version 0.2.2 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_time2024-09-06 09:25:30
maintainerNone
docs_urlNone
authorJannis Konrad
requires_pythonNone
licenseNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jannis Konrad",
    "author_email": "Kabel42@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/b6/702c4197c37c7036d0b7d67a2963c83a4b7098525959566dc6e2284c9f89/dtlssocket-0.2.2.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": null,
    "summary": "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://git.fslab.de/jkonra2m/tinydtls-cython"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97b6702c4197c37c7036d0b7d67a2963c83a4b7098525959566dc6e2284c9f89",
                "md5": "d1f686febd12e67ec7a2efe81bf1eaee",
                "sha256": "4e76d715726e0c46dc09e35da9b6717b063c2389b06c1723decc3ba38b7387f4"
            },
            "downloads": -1,
            "filename": "dtlssocket-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d1f686febd12e67ec7a2efe81bf1eaee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 181655,
            "upload_time": "2024-09-06T09:25:30",
            "upload_time_iso_8601": "2024-09-06T09:25:30.516925Z",
            "url": "https://files.pythonhosted.org/packages/97/b6/702c4197c37c7036d0b7d67a2963c83a4b7098525959566dc6e2284c9f89/dtlssocket-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 09:25:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtlssocket"
}
        
Elapsed time: 0.34015s