EDDS Raw data reader ==================== EDDS reaw reader is a python 2.x script able to read EDDS raw data downloaded from EDDS server. It extracts CCSDS data packets and print them to stdout. * link:/documents/EDDS/software/EDDS_raw_reader.py[Download EDDS raw reader] Explanation about EDDS Raw data format can be found at: * link:/documents/EDDS/EGOS-GEN-EDDS-EUICD%20v13.pdf[EDDS External User ICD] .Usage ---- $ python -m EDDS_raw_reader <EDDS-raw-filename> ---- .Example ---- $ python EDDS_raw_reader.py BatchRequest.PktTm.SOL.0.2020.070.17.03.31.223.eCrj@2020.070.17.03.32.541.1.dat 0E37C000000B100501008000000418F5AB14 0E04C000001B1003190080000014BC81140000000001000100000000000000000000 0E34C000001B1003190080000014BE900E000000200001F9059F05AC000000000000 0E37C000000B100501008000000398E7AB14 0E04C000001B1003190025FA3BDC989A140000000001000100000000000000000000 0E34C000001B1003190025FA3BDC9AA80E000000200001F9059D05AB000000000000 0E04C001001B1003190025FA3BE739D3140000010001000100000000000000000000 0E34C001001B1003190025FA3BE73BE20E000001200001F9059705AB000000000000 0E04C002001B1003190025FA3BF1CBB5140000020001000100000000000000000000 0E34C002001B1003190025FA3BF1CDC40E000002200001F9059205AA000000000000 etc... ----