Skip to main content

Helium Positioning API

Project description

Helium Positioning API

PyPI Status Python Version License

Read the documentation at https://helium-positioning-api.readthedocs.io/ Tests Codecov

pre-commit Black

Features

Prediction of the location of devices belonging to an organization in the Helium Console. The implementation of several different methods and models is planned.

Currently, only the nearest-hotspot-prediction method is implemented. This method uses the position of the hotspot with the highest signal strength to the corresponding device (RSSI value).

Installation

Developer install

The following allows a user to create a developer install of the positioning api.

pip install -r requirements.txt
poetry install
poetry shell
pip install git+https://github.com/emergotechnologies/helium-api-wrapper

Prerequisites

Before use, ensure that there is an .env file in the root directory of the repository where the API_KEY variable is entered (see .env.sample). You can generate and copy the API_KEY at https://console.helium.com/profile.

Usage

The service allows usage via command line interface or locally hosted REST interface.

CLI

Get Device Position

python -m helium_positioning_api predict --uuid 92f23793-6647-40aa-b255-fa1d4baec75d

REST-API

  1. Start local REST-API (default)
    python -m helium_positioning_api serve
    
  2. Open Browser and navigate to 127.0.0.1:8000/docs
  3. Click on predict/{uuid} endpoint to drop down the endpoint details
  4. Click on the Try it out button.
  5. Fill in the uuid of your device and click on the button Execute
  6. You can see the location prediction response in the Responses section below.

You can also just simply get the prediction by navigating to:

https://127.0.0.1:8000/predict/your-uuid

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Helium Positioning API is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file helium_positioning_api-0.0.2.dev1675363545.tar.gz.

File metadata

File hashes

Hashes for helium_positioning_api-0.0.2.dev1675363545.tar.gz
Algorithm Hash digest
SHA256 f6eb5c1d6688cd3c49615f3933fa5dcd8d0cb0535d572c9bff44ddf1d7fcb6ff
MD5 8751226b089e1c05cab9ee23b7abc1a6
BLAKE2b-256 e9167decefaca835d3bc075fda10c7624363e17560ff089aee781374137a5295

See more details on using hashes here.

File details

Details for the file helium_positioning_api-0.0.2.dev1675363545-py3-none-any.whl.

File metadata

File hashes

Hashes for helium_positioning_api-0.0.2.dev1675363545-py3-none-any.whl
Algorithm Hash digest
SHA256 d5fa115cf7d2f21fb8c6b25a085fde0a6e8d544c3fe0c276cee7d382116eaee0
MD5 c12feca9d11254ceedfec80f976e7c9e
BLAKE2b-256 c025e3022dabfcd971d98a3dca7b17cf66041cfcd9acd3671ead548a4b35fad5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page