fprime icon indicating copy to clipboard operation
fprime copied to clipboard

Record packet headers

Open rrieber opened this issue 1 year ago • 2 comments

F´ Version
Affected Component


Feature Description

AMPCS has a system that records packet headers. One can do chill_get_packets and get a list of all packets received. FPrime-GDS records the raw received data in recv.bin, which is nice, but to suck out the packet headers, one has to read this in binary, which is just cruel.

Rationale

Make my life easier when it comes to monitoring/watching/debugging the downlink.

rrieber avatar Dec 11 '23 23:12 rrieber

We should document the process to handle these files so that user may make any flavor of process script they'd like.

LeStarch avatar Jan 10 '24 22:01 LeStarch

Here is the sample GDS script that we will expand for this documentation: https://github.com/fprime-community/fprime-gds-client-sample-script

LeStarch avatar Jan 10 '24 22:01 LeStarch

I am closing this, #2478 will provide the flexibility for users to define scripts for this process.

LeStarch avatar Mar 27 '24 18:03 LeStarch