-
Notifications
You must be signed in to change notification settings - Fork 21
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
piggyback acks in message not supported #42
Comments
aprsd doesn't support the piggyback ack as a result. |
For additional information on where {xx}yy comes from, read: http://www.aprs.org/aprs11/replyacks.txt |
currently APRSD is not embedding acks in reply messages. |
True, but it is also not acking Reply-Ack-compatible clients correctly. Consider:
(Just for the audit-trail) |
Here is a current example exchange
|
aprslib supports parsing out piggyback acks now. APRSD doesn't support sending them at the moment. |
There is a bug in the aprslib parsing library that doesn't handle parsing out the acks in line number format here:
rossengeorgiev/aprs-python#58
This means aprsd will fail to properly parse out messages/commands when a user sends a message with {WW}AA format
results in
The text was updated successfully, but these errors were encountered: