Updating readme files.

This commit is contained in:
Axel Rafn
2023-03-06 20:16:36 +00:00
parent 4461c60483
commit fbd8a62eab
5 changed files with 32 additions and 677 deletions

View File

@ -1,3 +1,7 @@
# GPSPi
This is a project for a GPS logger so I can graph my travels after the fact.
The plan is to buy a GPS hat from Adafruit and use that to get the required data to log.
This is a project for a GPS logger so I can graph my travels after the fact and show family where I am at any point.
To use this, first install gpsd in your local linux machine and make sure you have a GPS module.
The gps.py file I run on a Raspberry Pi 4 and on the other end I have a LAMP server and I have the loc.php to receive messages from the GPS server.
You can modify the wait time in the gps.py file to your liking. I have it at 1 minute circa so I can have more data than not.