From e954a452030f46cc095baa296bbed2060fabdef4 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 19 May 2020 23:23:43 +0200 Subject: [PATCH] almost everything is configurable now --- README.md | 6 ++++++ reporter.cc | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39f65e7..e53f083 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,13 @@ Tooling stdout or to a navrecv server. This is the equivalent of 'ubxtool' except for submitting RTCM messages. +Sample command lines +-------------------- +Look at old data: +``` +$ ./navcat storage "2020-01-01 00:00" "2020-01-02 00:00" | ./navdump +``` Global coverage (via volunteers) -------------------------------- diff --git a/reporter.cc b/reporter.cc index dd812ad..b607cbb 100644 --- a/reporter.cc +++ b/reporter.cc @@ -82,12 +82,18 @@ int main(int argc, char **argv) period = "time > '"+ beginarg +"' and time <= '" + endarg +"'"; cout<<"Period: "<