NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Drop packet processing from transfer frames #78

Open aywaldron opened 4 years ago

aywaldron commented 4 years ago

Frame objects should contain the raw data that was in the frame without splitting it into packets. The _transfer_data_invoc_handler should also be updated to just print all the raw data that was in the transfer frame and not send to the telemetry socket - this handler will be updated at a later point to incorporate independent packet processing.