Skip to content

Releases: nsmryan/CCSDS-Router

CCSDS Router Version 2.0

17 Feb 16:01
Compare
Choose a tag to compare

This release includes between CCSDS parsing, using the parser in the ccsds_primary_header crate, allows multiple endpoints, and cleans up some edge cases like how to deal with large packets and how to throttle packets.

I don't expect this release to be free of edge cases- it has not been thoroughly tested in production use. However, it is nearly feature-complete at this point.

Initial Release

16 Jan 22:39
Compare
Choose a tag to compare

This is the initial release of this tool. It has all of the required functionality I wanted for this program- source and sink from files, udp, tcp server, or tcp client, filtering packets by APID, replaying data, throttling and delaying data, statistics about packet transfers, and a nice IMGUI interface.