Skip to content

Eigenbaukombinat/cykel-manual-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published