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

APRS igate only forwards packets it can decode #2029

Closed
hessu opened this issue Mar 18, 2024 · 1 comment
Closed

APRS igate only forwards packets it can decode #2029

hessu opened this issue Mar 18, 2024 · 1 comment
Assignees

Comments

@hessu
Copy link

hessu commented Mar 18, 2024

Hi,

The APRS igate does not forward packets it can not decode itself. There may be packets out there that are not yet implemented in the decoder of sdrangel, or new/experimental packets. The igate does not need to care whether it can understand the APRS packet contents - the decision whether to forward the packet can be left to the APRS-IS servers, and other decoders on the other side of APRS-IS may well be able to decode them. It's good to obey the "NOGATE", "RFONLY" rules, of course.

if (aprs->decode(ax25))

Just make sure the igate is binary clean, and send bytes up to the first CR or LF character seen in the AX.25 data field.

@srcejon
Copy link
Collaborator

srcejon commented Apr 14, 2024

Should be fixed in 7.20

@srcejon srcejon closed this as completed Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants