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

communication-layer-pub-sub

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

57 releases

new 0.3.10 Mar 4, 2025
0.3.8 Dec 11, 2024
0.3.7 Nov 18, 2024
0.3.5 Jul 3, 2024
0.2.2-rc Mar 31, 2023

#309 in Robotics

Download history 228/week @ 2024-11-15 26/week @ 2024-11-22 3/week @ 2024-11-29 219/week @ 2024-12-06 63/week @ 2024-12-13 1/week @ 2025-01-10 270/week @ 2025-01-31 104/week @ 2025-02-07 15/week @ 2025-02-14 242/week @ 2025-02-21 141/week @ 2025-02-28

624 downloads per month

Apache-2.0

10KB
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

~24–37MB
~597K SLoC