Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create plugin which keeps track of APID-specific sequence counts #450

Open
kmarwah opened this issue Jul 7, 2022 · 0 comments
Open

Create plugin which keeps track of APID-specific sequence counts #450

kmarwah opened this issue Jul 7, 2022 · 0 comments

Comments

@kmarwah
Copy link
Contributor

kmarwah commented Jul 7, 2022

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 a .pkl file so that the count persists across sessions.

kmarwah added a commit to kmarwah/AIT-Core that referenced this issue Jul 7, 2022
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 dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.
kmarwah added a commit to kmarwah/AIT-Core that referenced this issue Jul 7, 2022
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 dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.
kmarwah added a commit to kmarwah/AIT-Core that referenced this issue Jul 7, 2022
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 dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.

update docs
kmarwah added a commit to kmarwah/AIT-Core that referenced this issue Jul 7, 2022
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 dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant