AIT-DSN
AIT-DSN copied to clipboard
Framing should take either a single packet or a group of binary packets
Typically when binary products are packetized, the framing mechanism is expected to frame the group of packets, either individually framed, or split across frames. The translated product should frame the packets together, splitting them across frames where necessary.
Partially implemented with https://github.com/NASA-AMMOS/AIT-Core/pull/418
Currently frames packets together. Currently does not split packet across frames.