Upload and read a binary CCSDS packet file in the browser
The following example uses the space_packet_parser library to parse the packets.
The Python code is run using Pyodide, a web assembly (WASM) version of Python.
All data stays local and never gets sent to an external server.