| Crates.io | iceoryx2-tunnels-zenoh |
| lib.rs | iceoryx2-tunnels-zenoh |
| version | 0.7.0 |
| created_at | 2025-09-13 11:11:57.933451+00 |
| updated_at | 2025-09-13 11:11:57.933451+00 |
| description | iceoryx2: tunnel over zenoh |
| homepage | https://iceoryx.io |
| repository | https://github.com/eclipse-iceoryx/iceoryx2 |
| max_upload_size | |
| id | 1837575 |
| size | 226,646 |
[!CAUTION] The implementation is currently in a very early development stage. Not all functionality is implemented. The available functionality may not be optimal.
If encountering problems, please create an issue so we can converge to stability and robustness as soon as possible!
A tunnel utilizing the zenoh
network middleware to bridge communication between iceoryx2 instances on
different hosts.
git clone git@github.com:eclipse-iceoryx/iceoryx2.git
cd iceoryx2
cargo install --path ./iceoryx2-cli
iox2 tunnel --help # See available options
iox2 tunnel zenoh # Run with default options
iceoryx2 as normal
The tunnel uses the default zenoh configuration by default.
If desired, a path to a custom configuration can be provided when launching the tunnel via the CLI:
iox2 tunnel zenoh --zenoh-config path/to/custom/config