Update README.md

This commit is contained in:
Adriano 2020-07-23 14:43:41 -04:00 committed by GitHub
parent bfe265e71e
commit 74fa787fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ The purpose of this repo is to make my current location available on adriano.fyi
I can't imagine this is useful to many others. This repo consits of a receiver of GPS data and a web service that makes the data avaialble.
# Receiver
## Receiver
The receiver receives UDP packets containing NMEA sentences from my Sierra Wireless RV55 router. The sentences are parsed and appended to a log file.
# Location Service
## Location Service
The location service simply finds the last location appended to the log file and makes it available as a JSON object over HTTP.