explain what various components do

pull/109/head
bert hubert 2020-02-21 21:33:19 +01:00
parent 7c3cafc26c
commit 9d8cde947a
1 changed files with 18 additions and 15 deletions

View File

@ -269,23 +269,26 @@ The software can interpret SP3 files, good sources:
* GBU = ultra rapid, still a few days delay, but much more recent. * GBU = ultra rapid, still a few days delay, but much more recent.
Uncompress and concatenate all downloaded files into 'all.sp3' and run Uncompress and concatenate all downloaded files into 'all.sp3' and run
'navdump' on collected protobuf, and it will output 'sp3.csv' with fit data. 'navdump ' on collected protobuf, and it will output 'sp3.csv' with fit data.
Big TODO Tooling
-------- -------
* Dual goals: completeness, liveness, not the same * ubxtool: Configure and use a Ublox chip to gather messages, and send as
For forensics, great if the packet is there protobuf to standard output or a remote server (with buffering).
For display, not that bad if we missed a message * navdump: convert protobuf format data into a textual display of messages
* In general, consider refeed strategy * navparse: consume protobuf and turn into a webserver with data, plus
Raw serial optionally fill an influxdb time-series database for graphing and analysis
Protobuf purposes.
Influxdb * navrecv: receive protobuf messages over the network and store them on
".csv files" disk
* Delivery needs to be bit more stateful (queue) * navnexus: serve protobuf messages from disk over the network
* navcat: serve protobuf messages from disk directly to stdout
* Semantics definition for output of Navnexus * reporter: make "the galmon.eu weekly galileo report"
"we'll never surprise you with old data" * rinreport: rinex analysis tooling (not generically useful yet)
* galmonmon: monitor a navparse instance for changes, tweet them out
* navdisplay: some eye-candy that converts protobuf into a live display
(not very good)
Global coverage (via volunteers) Global coverage (via volunteers)
-------------------------------- --------------------------------