{ "info": { "author": "Pieter Robyns", "author_email": "pieter.robyns@uhasselt.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Communications :: Ham Radio" ], "description": "python-loranode\n===============\n\nPython 3 bindings for interfacing with LoRa nodes such as the RN2483, mDot, iM880A-L, and others. Currently, only the RN2483 modem is supported.\n\n\nInstallation\n------------\n\n`pip install loranode`\n\n\nExamples\n--------\n\nJoining a network through Activation by Personalization (ABP) and transmitting a message:\n\n```python\nfrom loranode import RN2483Controller\n\nlc = RN2483Controller(\"/dev/ttyUSB0\")\nif lc.join_abp(\"\", \"\", \"\"):\n lc.send(\"0001020304\") # Expects hex input\n```\n\nSend peer to peer message:\n\n```python\nfrom loranode import RN2483Controller\n\nlc = RN2483Controller(\"/dev/ttyUSB0\")\nlc.send_p2p(\"0001020304\")\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rpp0/python-loranode", "keywords": "lora node modem serial interface", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "loranode", "package_url": "https://pypi.org/project/loranode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/loranode/", "project_urls": { "Homepage": "https://github.com/rpp0/python-loranode" }, "release_url": "https://pypi.org/project/loranode/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "Python 3 bindings for interfacing with LoRa nodes such as the RN2483.", "version": "0.0.4" }, "last_serial": 2114047, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0a7aa1a570d6d74f39fe97625275b271", "sha256": "ab0d86ef09b173bc06e24a3a53686123fa24c541b4da8d4ee3311f4ce1492d9f" }, "downloads": -1, "filename": "loranode-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0a7aa1a570d6d74f39fe97625275b271", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3181, "upload_time": "2016-04-25T09:45:08", "url": "https://files.pythonhosted.org/packages/32/d0/192d436c117e2c08d0aec7eff864de0f2289dd2f3bb1a3488501df14cd72/loranode-0.0.1.tar.gz" } ], "0.0.2": [], "0.0.3": [], "0.0.4": [ { "comment_text": "", "digests": { "md5": "d244edee66be9761044e2dbcf27ed6e9", "sha256": "aade341a6733fac8ac1fce8d7daedd89ab3fed3c4752428a3848f718da07bee1" }, "downloads": -1, "filename": "loranode-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d244edee66be9761044e2dbcf27ed6e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5930, "upload_time": "2016-05-13T11:46:31", "url": "https://files.pythonhosted.org/packages/c8/0f/9014199c15ec6278418b29a13a5a1e2482723c712297853b860feed49567/loranode-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d244edee66be9761044e2dbcf27ed6e9", "sha256": "aade341a6733fac8ac1fce8d7daedd89ab3fed3c4752428a3848f718da07bee1" }, "downloads": -1, "filename": "loranode-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d244edee66be9761044e2dbcf27ed6e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5930, "upload_time": "2016-05-13T11:46:31", "url": "https://files.pythonhosted.org/packages/c8/0f/9014199c15ec6278418b29a13a5a1e2482723c712297853b860feed49567/loranode-0.0.4.tar.gz" } ] }