- This topic has 2 replies, 2 voices, and was last updated 4 days, 12 hours ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Using multicast in FABRIC
Hi,
I am using Zenoh for pub/sub and peer discovery. I want to have a setup where each node has a zenoh router and they discover themselves to exchange and gossip messages. Is multicast allowed in FABRIC networks?
How do you recommend proceeding with this? Should I create a private network with only the nodes that I want, or can I use fablib’s network interface directly?
Best regards,
Xavier
Hello, I think you will want to use FABlib to create a Layer2 network to connect your VM interfaces. And then you should be able to use IP Multicast between VMs on that common Layer2 broadcast domain. I have not tested this, so let us know if that works for you. Tom
Perfect,
it worked thank you!