Skip to content

Commit 53f55d0

Browse files
readme
1 parent 4c3f010 commit 53f55d0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)