Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAO Option with Base91 encoding in Beacon Message #33

Merged
merged 4 commits into from
Jun 24, 2021

Conversation

dj1an
Copy link
Contributor

@dj1an dj1an commented Jun 24, 2021

Added APRS Datum and Precision Option to Beacon Message.
This offers two more digits Precision for Lat/Lon in Position Reports.
Spec: http://www.aprs.org/aprs12/datum.txt

I Hope this was implemented ok? Seems to work.
Got some great help from:
https://metacpan.org/dist/Ham-APRS-FAP/source/FAP.pm

Comment on lines +444 to +447
int lat_int = lat_dao.substring(5,7).toInt();
int lng_int = lng_dao.substring(5,7).toInt();
char lat_char = char(int((lat_int/1.1 + 0.5) + 33));
char lng_char = char(int((lng_int/1.1 + 0.5) + 33));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix this a little bit -> new ticket ;)

@peterus
Copy link
Member

peterus commented Jun 24, 2021

closing #18

@peterus peterus merged commit 9b44788 into lora-aprs:master Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants