{ "info": { "author": "Oktay Sancak", "author_email": "oktay.sancak@taggle.com.au", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Corella\n=======\n\n.. image:: https://c2.staticflickr.com/4/3820/19822349529_b3c3316fcc.jpg\n\nThe Corella Low Power Wide Area Network (LPWAN) module allows developers to connect a range of IoT devices to the Taggle network.\n\nThe Taggle network is an LPWAN solution based on world leading Australian developed technology operating in the 916-928MHz Low Interference Potential Device (LIPD) class licence band, which has been developed by Taggle Systems to provide one of the lowest cost, lowest power, longest range, and highest capacity LPWAN solutions available. The Taggle network is based on one-way transmissions from endpoint nodes to the Taggle receiver network, and is particularly well suited to battery powered endpoint applications with low data rate requirements, such as automatic meter reading, wireless sensors for smart agriculture and environmental monitoring, and cost sensitive smart city applications.\n\nCorella is based on the popular XBee module format, and provides a single serial port with a simple \"AT\" command style interface to allow rapid integration of the module into both lab prototypes and volume production IoT devices. The module has a single radio transmit output via an SMA connector, and can be supplied with a 2dBi - wave dipole antenna to enable rapid connection to the Taggle network.\n\nAll receive functions are handled seamlessly by the Taggle network, with the user's receive data presented via a custom web portal. A range of data plans are available depending on the number of endpoints connected to the Taggle network and the frequency of messages per endpoint.\n\nRequirements\n============\n\ncorella_lib requires Python >= 3.5.\n\nInstallation\n============\n\nTo install corella_lib, simply use `pip `_:\n\n.. code-block:: bash\n\n $ pip install corella_lib\n\nUsage\n=====\n\n.. code-block:: python\n\n # Import Corella\n from corella_lib.serial import Corella\n\n # Initialize Corella\n corella = Corella('')\n\n # Send a message through Taggle network with packet ID\n corella.send(, '<12-bytes-data-goes-here>')\n\nExamples\n========\n\n.. code-block:: python\n\n # Initialize Corella\n >>> corella = Corella('/dev/ttyAMA0')\n\n.. code-block:: python\n\n # Send a message through Taggle network with packet ID 2\n >>> corella.send(2, 'temp:23C')\n True\n\n.. code-block:: python\n\n # Check if the device is connected\n >>> corella.connected\n True\n\n.. code-block:: python\n\n # Get device ID\n >>> corella.id\n '130065'\n\n.. code-block:: python\n\n # Get device version information\n >>> corella.version\n {'F.W': '1.1.01', 'H.W': 'REV_A'}\n\n.. code-block:: python\n\n # Get device firmware version\n >>> corella.firmware_version\n '1.0.31'\n\n.. code-block:: python\n\n # Get device hardware version\n >>> corella.hardware_version\n 'REV_A'\n\n.. code-block:: python\n\n # Get device diagnostics information\n >>> corella.diagnostics\n {'CURR_TEMP': '32', 'BATT': '3.21V', 'MAX_TEMP': '58', 'MIN_TEMP': '31'}\n\n.. code-block:: python\n\n # Get device supply voltage\n >>> corella.battery\n 3.21\n\n.. code-block:: python\n\n # Get device current temperature in degrees Celsius\n >>> corella.curr_temp\n 58.0\n\n.. code-block:: python\n\n # Get device max temperature in degrees Celsius\n >>> corella.max_temp\n 58.0\n\n.. code-block:: python\n\n # Get device min temperature in degrees Celsius\n >>> corella.min_temp\n 31.0\n\n.. code-block:: python\n\n # Turn off device LEDs\n >>> corella.turn_off_leds()\n True\n\n.. code-block:: python\n\n # Turn on device LEDs\n >>> corella.turn_on_leds()\n True\n\nDocumentation\n=============\n\nDocumentation is available at http://corella.taggle.com.au.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://corella.taggle.com.au", "keywords": "taggle corella_lib iot lpwan serial x-bee", "license": "Apache License Version 2.0", "maintainer": "", "maintainer_email": "", "name": "corella-lib", "package_url": "https://pypi.org/project/corella-lib/", "platform": "", "project_url": "https://pypi.org/project/corella-lib/", "project_urls": { "Homepage": "http://corella.taggle.com.au" }, "release_url": "https://pypi.org/project/corella-lib/0.2.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Client library for Taggles Corella module", "version": "0.2.1", "yanked": false, "yanked_reason": null }, "last_serial": 6020639, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "aaef61491aa83a682f6e16c060211697", "sha256": "b7b6b6f620ba0229a94bfc5f08462894d9acaaedaa371bc25f8e6c22e4e15632" }, "downloads": -1, "filename": "corella_lib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "aaef61491aa83a682f6e16c060211697", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8734, "upload_time": "2018-05-09T04:32:49", "upload_time_iso_8601": "2018-05-09T04:32:49.275302Z", "url": "https://files.pythonhosted.org/packages/26/21/5956f5efed3dab5148f0478cb569d135b13c6d981f6ce1a73703ce1b5200/corella_lib-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c91be0bb48bdab92da23af002b27c550", "sha256": "d165fa367964549f47619178522fe894b09ebed788fff285810079f7d9fd7668" }, "downloads": -1, "filename": "corella_lib-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c91be0bb48bdab92da23af002b27c550", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8813, "upload_time": "2018-05-09T05:06:26", "upload_time_iso_8601": "2018-05-09T05:06:26.161966Z", "url": "https://files.pythonhosted.org/packages/41/ad/038b83ad69ccaedfc62e9182da38e3c55270f08dcd144696348829d7cd97/corella_lib-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0edc60a35ef3fb39c8ee49ef67bbbfb9", "sha256": "69b0a4b0a92bcca5ec8c63c401d833a54b7aef4f3a4b62ff17de1fba48ea3f4a" }, "downloads": -1, "filename": "corella_lib-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0edc60a35ef3fb39c8ee49ef67bbbfb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9525, "upload_time": "2018-05-09T07:28:36", "upload_time_iso_8601": "2018-05-09T07:28:36.706694Z", "url": "https://files.pythonhosted.org/packages/2c/c0/2310715e8cdfd0f82b214023cfbdf3894684e672572e15bc6b13e361a329/corella_lib-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "57d0d275fa31298a15b53cf2b77c586c", "sha256": "adde7970cb025917e756356b69b6e3f785d103efdad0522b83e329e3736eceae" }, "downloads": -1, "filename": "corella_lib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "57d0d275fa31298a15b53cf2b77c586c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9835, "upload_time": "2018-09-03T04:52:12", "upload_time_iso_8601": "2018-09-03T04:52:12.135274Z", "url": "https://files.pythonhosted.org/packages/09/35/e68b50f613e2dafec4e283f315c2b4e5f402d4de08ec20b0a6c376e420ca/corella_lib-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6632fe2861b12bc0eac3eabedefebf4c", "sha256": "4cc4292ff19275e7284c597e0679b0250272b38a1161403392f2312f73098f8a" }, "downloads": -1, "filename": "corella_lib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6632fe2861b12bc0eac3eabedefebf4c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 9816, "upload_time": "2019-10-23T21:28:58", "upload_time_iso_8601": "2019-10-23T21:28:58.600728Z", "url": "https://files.pythonhosted.org/packages/29/b3/7c26c231807f443e7351e46ddfc49bad5eba976e3d93b9877032ebcc2937/corella_lib-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6632fe2861b12bc0eac3eabedefebf4c", "sha256": "4cc4292ff19275e7284c597e0679b0250272b38a1161403392f2312f73098f8a" }, "downloads": -1, "filename": "corella_lib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6632fe2861b12bc0eac3eabedefebf4c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 9816, "upload_time": "2019-10-23T21:28:58", "upload_time_iso_8601": "2019-10-23T21:28:58.600728Z", "url": "https://files.pythonhosted.org/packages/29/b3/7c26c231807f443e7351e46ddfc49bad5eba976e3d93b9877032ebcc2937/corella_lib-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }