#zenoh #low-latency #communication #data-flow #distributed #composable #systems

communication-layer-pub-sub

dora goal is to be a low latency, composable, and distributed data flow

41 releases

0.3.4 May 20, 2024
0.3.3 Apr 11, 2024
0.3.2 Jan 29, 2024
0.3.1-rc4 Dec 21, 2023
0.2.2-rc Mar 31, 2023

#17 in #data-flow

Download history 94/week @ 2024-02-26 15/week @ 2024-03-11 12/week @ 2024-04-01 212/week @ 2024-04-08 1/week @ 2024-04-15 142/week @ 2024-05-13 169/week @ 2024-05-20

311 downloads per month

Apache-2.0

9KB
134 lines

Abstraction of various publisher/subscriber communication backends.

Provides a CommunicationLayer trait as an abstraction for different publisher/subscriber systems. The following set of backends are currently supported:

  • Zenoh: The zenoh project implements a distributed publisher/subscriber system with automated routing. To use zenoh, use the ZenohCommunicationLayer struct.

Dependencies

~23–38MB
~566K SLoC