AIT-DSN icon indicating copy to clipboard operation
AIT-DSN copied to clipboard

Framing should take either a single packet or a group of binary packets

Open mudinthewater opened this issue 3 years ago • 1 comments

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.

mudinthewater avatar Feb 02 '22 21:02 mudinthewater

Partially implemented with https://github.com/NASA-AMMOS/AIT-Core/pull/418

Currently frames packets together. Currently does not split packet across frames.

Mejiro-McQueen avatar Apr 05 '22 01:04 Mejiro-McQueen