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

Robustify ping parser #16

Open
jaxxzer opened this issue Apr 20, 2018 · 1 comment
Open

Robustify ping parser #16

jaxxzer opened this issue Apr 20, 2018 · 1 comment

Comments

@jaxxzer
Copy link
Member

jaxxzer commented Apr 20, 2018

Add some sort of concurrent parser or recursion to pick up new messages in what the current parser would think is the current messages payload, in the situation of bytes lost in transit.

Also sanity check payload length for fixed-width messages.

@patrickelectric
Copy link
Member

While creating a concurrent parser, need to think how to handle the order of the incoming messages, avoiding wrong draws in waterfall or in the graph.

@patrickelectric patrickelectric transferred this issue from bluerobotics/ping-viewer Nov 28, 2019
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

2 participants