Skip to content

Can multiple zenoh networks coexist in same physical network? #19

Answered by Mallets
milyin asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Michael,

Zenoh scouting is an optional mechanism that is outside of the core zenoh protocol and it could be implemented in several ways.
One default implementation we provide is a scouting mechanism based on UDP multicast.

Aa of Today, if the goal is to separate discoverability of different zenoh nodes, it could be achieved by configuring different IP multicast groups (see config).
By doing so, zenoh nodes can discover only other application instances in the same IP multicast group.

Zenoh scouting could also be performed via e.g. DNS if the network infrastructure supports it (e.g. connect to "tcp/mysapp.zenoh.local").

A new protocol specification is ongoing (see eclipse-zenoh/zenoh#157

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mallets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #18 on April 14, 2022 09:59.