mirror of
https://github.com/acaloiaro/roam-location
synced 2026-07-21 18:29:11 +00:00
Document how to run
This commit is contained in:
parent
35b16835c2
commit
a601d21edc
1 changed files with 7 additions and 3 deletions
|
|
@ -12,3 +12,7 @@ The receiver receives UDP packets containing NMEA sentences from my Sierra Wirel
|
|||
## 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.
|
||||
|
||||
# Running
|
||||
|
||||
ROAM_LOCATION_DB_PATH=/path/to/nmea_logs.log go run main.go
|
||||
|
|
|
|||
Loading…
Reference in a new issue