Zenoh Python API Referenceο
Zenoh /zeno/ is a stack that unifies data in motion, data at rest and computations. It elegantly blends traditional pub/sub with geo distributed storage, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
The Zenoh protocol allows nodes to form a graph with an arbitrary topology, such as a mesh, a star, or a clique. The zenoh routers keeps the network connected and routes the messages between the nodes.
This documentation provides an overview of the Zenoh concepts and components and a reference of the Zenoh python API. For more information about Zenoh, please visit the documentation section on the Zenoh website. Itβs useful to consult also the Zenoh Rust API reference since the Python API is a binding over the Rust implementation.
All examples presented in this documentation can be found in the examples/ directory of the Zenoh Python GitHub repository.