nasa / nos3

NASA Operational Simulator for Small Satellites
Other
347 stars 78 forks source link

to_lab #11

Closed Amr-Navy closed 5 years ago

Amr-Navy commented 5 years ago

How to make to_lab send CCSDS TM transfer frame instead of CCSDS packets?

jlucas9 commented 5 years ago

Hi Amr, In order to have to_lab sent CCSDSS TM frames some major code additions would be necessary. It doesn't appear that the standard open source to application supports it either at this time. It can and has certainly been done. In the most simple implementation, somewhere around here a framing function would need called to essentially take the standard Space Packet Protocol (typically referred to as the CCSDS packet) and wrap it inside of a TM frame.
I hope this helps. Have a great day!