Find tlm packets with CRC errors in Script Runner #1761
Unanswered
charlie-norgaard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Essentially, I want to somehow find any telemetry packets that were flagged to have errors (calculated CRC doesn't match received CRC). The plan is to store the packet IDs of packets flagged with a CRC mismatch, so that next time I send a message to my system I can send those packet IDs and request a resend of those packets.
I'm able to see the CRC mismatch error in the command and telemetry server log stream, but I'm not sure how I can actually access the packet information whenever that error message is raised for a particular packet.
Does anyone have any ideas / recommendations for how I could approach this problem via script runner?
Beta Was this translation helpful? Give feedback.
All reactions