Kabir Marwah
Kabir Marwah
Currently, all m_pdu AOS frames are sent to the default telemetry input stream (__telempkts__). Instead the destinations for the various types of AOS frames should be specified in the config.yaml...
See line 590 of frames.py for reference. TC transfer frames are a common format and they are generally similar to TM transfer frames, save for a few key differences.
Implements a plugin which checks the sequence count field of received CCSDS packets. A warning message is logged if an unexpected sequence count value is received. The plugin maintains a...
Create a plugin which maintains a dictionary of the current sequence count for each APID and raises a warning if there are missing packets. The dictionary can be stored as...
Writing telemetry with FieldList objects to InfluxDB fails. The InfluxDB responds with a "invalid boolean" error when it receives a payload with FieldList objects. The FieldList class needs a decode...
The seq module should write ArrayType objects (especially bytearrays– i.e. ArrayType objects consisting of U8 elements) to the seq .txt files in a way which allows them to be read...
ait.core.cmd.validate() fails if any argument is of type ait.core.dtype.ArrayType. The validate function behavior should be modified if ArgDefn.type == ArrayType(elemType) so that the elemType is compared to the list of...