@@ -24,15 +24,13 @@ next-generation intelligent vehicles: manned and unmanned aircraft, spacecraft,
2424- ≤1-copy TX pipeline with deduplication across multiple interfaces and scattered input buffer support.
2525- Support for redundant network interfaces with seamless interface aggregation and zero fail-over delay.
2626- Robust message reassembler supporting highly distorted datagram streams:
27- out-of-order fragments, message ordering recovery, fragment/message deduplication, interleaving, variable MTU, ...
28- - Robust message ordering recovery for ordering-sensitive applications (e.g., state estimators, control loops)
29- with well-defined deterministic recovery in the event of lost messages.
27+ out-of-order fragments, fragment/message deduplication, interleaving, variable MTU, ...
3028- Packet loss mitigation via:
3129 - reliable topics (retransmit until acknowledged; callback notifications for successful/failed deliveries).
3230 - redundant interfaces (packet lost on one interface may be received on another, transparent to the application);
3331- Heap not required (but supported); the library can be used with fixed-size block pool allocators.
3432- Detailed time complexity and memory requirement models for the benefit of real-time high-integrity applications.
35- - Highly scalable : designed to handle thousands of topics and hundreds of concurrent transfers with minimal resources.
33+ - Scalable : designed to handle thousands of topics and hundreds of concurrent transfers with minimal resources.
3634- Runs anywhere out of the box, including extremely resource-constrained baremetal environments with ~ 100K ROM/RAM.
3735 No porting required.
3836- Partial MISRA C compliance (reach out to < https://forum.opencyphal.org > ).
0 commit comments