Ability to parse a "packet" without a CCSDS header #124
joeymukherjee
started this conversation in
Ideas
Replies: 1 comment
-
Do you have any thoughts on this @ehsteve ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to parse a large amount of bits defined similarly to a regular CCSDS packet, but without a CCSDS header, and would like an API to do that.
So, why not make a fake CCSDS header? In my case, it is because the number of bytes is greater than 65535 and would require the continuation packet and all that.
In theory, all the decoding code is there, and should be just a matter of having an API to do it. Would it be possible?
Thanks!
Joey
Beta Was this translation helpful? Give feedback.
All reactions