From e6b5adfa86f0413e565e9a8e207a704dee194bbb Mon Sep 17 00:00:00 2001 From: CSylvain Date: Sat, 11 Jan 2020 15:39:47 +0000 Subject: [PATCH] update README add ref to *Building.md*. remove "--station X" references since initial local testing does not require this and because of the need for assigned IDs after testing. add navparse to the "build locally" list for initial testing. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7876e7..9c43ca0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Build locally ------------- To get started, make sure you have a C++17 compiler (like g++ 8 or higher), -git, protobuf-compiler. Then run 'make ubxtool navdump' to build the +git, protobuf-compiler. Then run 'make ubxtool navdump navparse' to build the receiver-only tools. To build everything, including the webserver, try: @@ -78,6 +78,8 @@ library installed. If you get an error about 'wslay', do the following, and run echo WSLAY=-lwslay > Makefile.local ``` +Some additional help or tips on building for specific platforms is found in __Building.md__ + Build in Docker --------------- @@ -99,7 +101,7 @@ Running ------- Once compiled, run for example `./ubxtool --wait --port /dev/ttyACM0 ---station 1 --stdout --galileo | ./navparse 127.0.0.1:10000 html null` +--stdout --galileo | ./navparse 127.0.0.1:10000 html null` Next up, browse to http://[::1]:10000 (or try http://localhost:10000/ and you should be in business. ubxtool changes (non-permanently) the @@ -120,13 +122,13 @@ the `--ubxport ` option using one of the following numeric IDs: To see what is going on, try: ``` -./ubxtool --wait --port /dev/ttyACM0 --station 1 --stdout --galileo | ./navdump +./ubxtool --wait --port /dev/ttyACM0 --stdout --galileo | ./navdump ``` To distribute data to a remote `navrecv`, use: ``` -./ubxtool --wait --port /dev/ttyACM0 --galileo --station 255 --dest 127.0.0.1 +./ubxtool --wait --port /dev/ttyACM0 --galileo --dest 127.0.0.1 ``` This will send protobuf to 127.0.0.1:29603. You can add as many destinations @@ -272,6 +274,7 @@ In alphabetical order: * California (Santa Cruz, Los Angeles area, etc) * Massachusetts (Boston area) * Uruguay + * and others (see galmon.eu map) Additional sites are welcome (and encouraged) as the more data receiving sites that exist, then more accurate data and absolute coverage of each constellation can be had.