mirror of
https://github.com/acaloiaro/roam-location
synced 2026-07-21 18:29:11 +00:00
Update README.md
This commit is contained in:
parent
5f9dcb9017
commit
5ce6b4d355
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -1,2 +1,14 @@
|
||||||
# roam-location
|
# roam-location
|
||||||
Location service for my personal site
|
The purpose of this repo is to make my current location available on adriano.fyi. The coordinates from the two services here are used populate the map at https://adriano.fyi/whereami
|
||||||
|
|
||||||
|
|
||||||
|
# About
|
||||||
|
|
||||||
|
I can't imagine this is useful to many others. This repo consits of a receiver of GPS data and a web services that makes that data avaialble.
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
The location service simply finds the last location appended to the log file and makes it available as a JSON object over HTTP.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue