Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 509 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 509 Bytes

pkt_summary

Used to showcase work during NASA Internship.

What it does

Data that is transmitted from instruments is received in packet streams. This stream is received by Ground Support Equipment and stored in Telemetry files. This code is a CLI tool built on QT4 using a backported QT5 CLI parser. It reads TM files and outputs the packet types and names found, as how many of each packet was discovered. Flags can be used to specify the input file and the packets (APIDs) to search for specifically.