Loading README.md +21 −1 Original line number Original line Diff line number Diff line # CCSDSpy # CCSDSpy Current version 0.1.0 CCSDSpy is a library to read a data packet coming from a space mission that follows the Consultative Committee for Space Data Systems (CCSDS) standard Current version **0.1.0** Installation Usage ```python from CCSDS import CCSDS dat = CCSDS('BepiColombo',packet) ``` wehre *packet* is a string with the HEX rappresentation of the pachet Limitation ## Data Structure The CCSDS Header is composed by two blocks  docs/TC Packet Header.png 0 → 100644 +354 KiB Loading image diff... docs/TM_Packet_Header.png 0 → 100644 +172 KiB Loading image diff... Loading
README.md +21 −1 Original line number Original line Diff line number Diff line # CCSDSpy # CCSDSpy Current version 0.1.0 CCSDSpy is a library to read a data packet coming from a space mission that follows the Consultative Committee for Space Data Systems (CCSDS) standard Current version **0.1.0** Installation Usage ```python from CCSDS import CCSDS dat = CCSDS('BepiColombo',packet) ``` wehre *packet* is a string with the HEX rappresentation of the pachet Limitation ## Data Structure The CCSDS Header is composed by two blocks 