- Clone this repo:
git clone https://github.com/mindcrunch4u/GPSLogger-Server cd GPSLogger-Server/ pip install -r requirements.txt
- Setup a key for a client:
uuidgen >> allowed_uids.txt
- Launch the server:
python server.py
- Consider setting up a reverse proxy with Nginx.
- Download GPSLogger.
- Configure the URL for sending the location data, example:
https://example.com/path/?lat=%LAT&longitude=%LON&time=%TIME&s=%SPD&alt=%ALT&uid=<UUID OF USER>
- Download GPXSee.
- Edit the temp folder and GPXSee installation path in
launch gpxsee.py
- Running the
launch gpxsee.py
script will first display the trkpt on a map, and then the way points.