exmatrikulator / cykel-manual-tracker

Small tool to manually set tracker locations in cykell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small helper to set tracker positions in cykell. Usage:

git clone <path>
cd <repo>
cp config.py.example config.py
# edit config.py to set endpoint url and api key
python3 -m venv .
bin/pip install -r requirements.txt
FLASK_APP=tracker.py bin/flask run

Now access your browser on the displayed address (normally http://localhost:5000), enter a tracker name (which must of course exist in your cykell instance) and click on the map to set the new location. You can also change the battery voltage of the given tracker.

About

Small tool to manually set tracker locations in cykell.


Languages

Language:Python 35.2%Language:HTML 33.1%Language:JavaScript 19.5%Language:CSS 12.1%