What is the best way to handle continuation packets? #122
Unanswered
joeymukherjee
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hello @joeymukherjee How do continuation packets combine in your case? Does a certain data field accumulate together? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have packets making use of the CCSDS_SEQUENCE_FLAG and I need to put the packets together before using the rest of my parsing. What is the best way to do this?
I have to use split_packet_bytes or iter_packet_bytes so deal with the packets at a byte level, right?
Best practices welcome!
Beta Was this translation helpful? Give feedback.
All reactions