Skip to content

Quinny/PiGps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiGps - Self Hosted GPS Route Recording

This repo hosts code which powers a self hosted GPS route recorder (something like Strava).

Hardware

Theoretically you should be able to run this on any kind of micro-computer and NMEA GPS chip, however I use the following hardware:

Running

To start the recoding process run:

python3 gps-record.py

When you are done you can kill the recording process. To view the route you just recorded run the web server:

flask run --host=0.0.0.0

and then navigate to the IP address/hostname of the Pi:

http://<pi>:5000

About

Self hosted battery powered GPS route recording

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors