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

Packet support should include an implementation of a variable size packet (uplink)

Open mudinthewater opened this issue 4 years ago • 1 comments

This is typically used for string arguments for commands that may be inconsistently-sized.

An example would be a command that exists to echo a string sent in uplink down as an evr - a "we are here" type command, or a command that executes an arbitrary FSW function.

mudinthewater avatar Feb 02 '22 22:02 mudinthewater

A string or byte array type of definite size might be useful for downlink as well

cjjacks avatar Aug 23 '24 17:08 cjjacks