Merge branch 'master' of github.com:ahupowerdns/galmon

pull/109/head
bert hubert 2020-02-21 21:33:30 +01:00
commit 62c06629ff
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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
```

View File

@ -918,7 +918,7 @@ int main(int argc, char** argv)
if (doDEBUG) { cerr<<humanTimeNow()<<" Got ack on SBAS setting"<<endl; }
}
else {
if (doDEBUG) { cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl; }
cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl;
exit(-1);
}
}