dariol83 / ccsds

Open source Java implementation of publicly available CCSDS standards: SLE, TM/TC, AOS, Space Packets, COP-1, time formats, CFDP, Encapsulation Packets.
Apache License 2.0
93 stars 29 forks source link

Draft: Optimize FOP-1 frame acking #14

Closed lucas-bremond closed 2 years ago

lucas-bremond commented 2 years ago

An attempt at slightly optimizing FOP-1's frame acking.

https://github.com/dariol83/ccsds/issues/13#issuecomment-968103176

lucas-bremond commented 2 years ago

This PR is not ready for merge: I was assuming CI/CD would kick in and run all the tests, but it may not be configured that way.

I haven't run any test on this yet.

dariol83 commented 2 years ago

I run the workflow and the tests went fine, so I am merging it. Thanks a lot Lucas!