beacmin.sh vs btest.sh
David Lowry
After a git pull, in my hands, beacmin.sh works fine but btest.sh is sending invalid packets and complains when issued:
Raw packet from btest.sh
2019-04-13 22:55:33 EDT: KE7RGP-11>APUDR1,MISION,WIDE1*,qAO,KF7FMI-10:!N/W-13 19:55:31 PDT, from ke7rgpi on port udr0 Seq: 2 [Invalid compressed packet]
Raw packets from beacmin.sh
2019-04-13 22:52:03 EDT: KE7RGP-15>APUDR1,MISION,WIDE1*,qAO,KF7FMI-10:!4615.75N/11919.82Wp13 19:52:01 PDT, Seq: 0C<0xa6> 2019-04-13 22:52:25 EDT: KE7RGP-15>APUDR1,MISION,WIDE1*,qAO,KF7FMI-10:!4615.75N/11919.82Wp13 19:52:21 PDT, Seq: 1<0xfc><0x1c>
pi@ke7rgpi:~/n7nix $ git pull
|
|
David Lowry <huskyrunnr@msn.com> writes:
After a git pull, in my hands, beacmin.sh works fine but btest.sh is sending invalid packets and complains when issued:Thanks. If I could only spell nmea properly. Checked in a fix. https://github.com/nwdigitalradio/n7nix/commit/9854c38a39478e2f88956a9abe2c035196dedaa9 BAD ./btest.sh -p *** Running as user: pi *** Send a position beacon ./btest.sh: line 313: get_lat_lon_nemasentence: command not found Invalid gps data Sent: /usr/local/sbin/beacon -c N7NIX-11 -d 'APUDR1 via WIDE1-1' -l -s udr0 !N/W-13 22:27:36 PDT, from mhams on port udr0 Seq: 5 GOOD ./btest.sh -p *** Running as user: pi *** Send a position beacon /Basil Sent: /usr/local/sbin/beacon -c N7NIX-11 -d 'APUDR1 via WIDE1-1' -l -s udr0 !4829.06N/12254.11W-13 22:28:37 PDT, from mhams on port udr0 Seq: 6
|
|