Skip to content

mindcrunch4u/GPSLogger-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Server

  • 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.

Configure GPSLogger

  • 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>

Configure GPXSee

  • 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.

About

A server for https://f-droid.org/en/packages/com.mendhak.gpslogger/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages