DTLSSocket


NameDTLSSocket JSON
Version 0.1.18 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-05-06 23:03:44
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/c0/3e/75204f120ebf22e48f728281bac6e4f3e92d0d1c52f7468529ec6ae18e51/DTLSSocket-0.1.18.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.1.18",
    "project_urls": {
        "Homepage": "https://git.fslab.de/jkonra2m/tinydtls-cython"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c03e75204f120ebf22e48f728281bac6e4f3e92d0d1c52f7468529ec6ae18e51",
                "md5": "64073db9cfb2eb7ce42df45066ad833f",
                "sha256": "4e74b62d87ba09e0257b373cddb1a946a3a941b3c93101f3267e8f9d7a27e052"
            },
            "downloads": -1,
            "filename": "DTLSSocket-0.1.18.tar.gz",
            "has_sig": false,
            "md5_digest": "64073db9cfb2eb7ce42df45066ad833f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 156224,
            "upload_time": "2024-05-06T23:03:44",
            "upload_time_iso_8601": "2024-05-06T23:03:44.732980Z",
            "url": "https://files.pythonhosted.org/packages/c0/3e/75204f120ebf22e48f728281bac6e4f3e92d0d1c52f7468529ec6ae18e51/DTLSSocket-0.1.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 23:03:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtlssocket"
}
        
Elapsed time: 0.24187s