|
VLink 2.0.0
A high-performance communication middleware
|
Transport configuration for the zenoh:// Zenoh protocol backend.
更多...
Transport configuration for the zenoh:// Zenoh protocol backend.
ZenohConf configures the Eclipse Zenoh transport, a protocol designed for unified data management across robots, edge nodes, and cloud infrastructure. Zenoh supports routed pub/sub and queryable patterns with optional peer-to-peer connectivity.
zenoh:// supports all six node types: kPublisher, kSubscriber, kServer, kClient, kSetter, and kGetter.| Component | Description |
|---|---|
address | Zenoh key expression; formed from host + "/" + path |
event | Optional secondary event filter (?event=) |
domain | Zenoh domain/session identifier (?domain=, default from factory) |
qos | Named QoS profile registered via register_qos() (?qos=) |
depth | Optional Zenoh session-level TX queue size (data and real_time) |
shm | Optional Zenoh shared-memory transport optimization enable (?shm=1) |
shm_size | Optional SHM pool size; accepts bytes, K, M, or G suffixes |
fragment | Optional transport hint or config fragment passed to the Zenoh session |
VLINK_SUPPORT_ZENOH is defined.