Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ahupowerdns/galmon
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Feb 21, 2020
2 parents 9d8cde9 + 93e459d commit 62c0662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Here are some ground rules to follow once you have locally tested your galmon st

* Please ask [email protected] 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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion ubxtool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 62c0662

Please sign in to comment.