diff --git a/Operator.md b/Operator.md index 9a8419f..c32e1cf 100644 --- a/Operator.md +++ b/Operator.md @@ -6,7 +6,8 @@ Here are some ground rules to follow once you have locally tested your galmon st * Please ask bert@hubertnet.nl or [ahu on IRC](https://webchat.oftc.net/?channels=galileo) or - [@PowerDNS_Bert](https://twitter.com/PowerDNS_Bert) for a station ID. + [@PowerDNS_Bert](https://twitter.com/PowerDNS_Bert) for a station ID and receiver + hostname. * Please do not randomly pick a station ID!! Project data quality and integrity depends on your cooperation. * The rule is: one station ID per receiver. Do not under any circumstances diff --git a/README.md b/README.md index 89e83a5..a481d4c 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ To see what is going on, try: 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 --station 255 --destination 127.0.0.1 ``` This will send protobuf to 127.0.0.1:29603. You can add as many destinations @@ -174,11 +174,11 @@ cp ubxtool ubxtool.sh /usr/local/ubxtool/ cp ubxtool.service /etc/systemd/system/ ``` -Then collect the server IP address (SERVER-IP) and a station number -(STATION-NUMBER) as described in [Operator.md], and run: +Then please reach out as indicated in [Operator.md] to obtain your +station ID and the receiver hostname and run: ``` -echo SERVER-IP > /usr/local/ubxtool/destination +echo RECEIVER-NAME > /usr/local/ubxtool/destination echo STATION-NUMBER > /usr/local/ubxtool/station ``` diff --git a/ubxtool.cc b/ubxtool.cc index 5fd8a52..a1d69cb 100644 --- a/ubxtool.cc +++ b/ubxtool.cc @@ -918,7 +918,7 @@ int main(int argc, char** argv) if (doDEBUG) { cerr<