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

Improvement: hashed callsigns with ft8 #36

Open
helioshk opened this issue Aug 20, 2023 · 0 comments
Open

Improvement: hashed callsigns with ft8 #36

helioshk opened this issue Aug 20, 2023 · 0 comments

Comments

@helioshk
Copy link

With the current code it doesn't detect when someone is calling a hashed callsign:
FT8 T233545 DB7.0 DT0.8 F7.075886 <...> F1TXI IN96 : -
If the regex
".+[A-Z0-9/]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")
Is modified to
".+[A-Z0-9/<>]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")

It does also catch those.
I'm not a regexexpert, not sure if this could have side effects, I didn't catch any.

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

No branches or pull requests

1 participant