#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

54 releases

new 0.3.9 Feb 6, 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

#315 in Robotics

Download history 2/week @ 2024-10-16 88/week @ 2024-10-30 46/week @ 2024-11-06 208/week @ 2024-11-13 45/week @ 2024-11-20 4/week @ 2024-11-27 2/week @ 2024-12-04 279/week @ 2024-12-11 1/week @ 2024-12-18 1/week @ 2025-01-08 60/week @ 2025-01-29

61 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
~593K SLoC