Hi friends, I am new to the Zenoh. I want to use the Zenoh to make Cyclone DDS work across different networks. But I have some questions about how it works, please correct me if my understanding is wrong.
First, I need run Zenoh routers in the two networks and make them find each other.
Second, I need run two dzd daemon in the two networks. According to my understanding, in each network the dzd daemon will discover the Zenoh router automatically without any configuration.
Is it right?
dzd
on N1 and N2 and that should do the trick
151.101.194.217
, then you can just start the dzd with the option -e tcp/151.101.194.217:7447
zenohd
as well as on dzd
you can use the —help
command line argument to get a description of all options
-e <locators>
option.
Hi everybody!
I was able to run zenoh-pico on an ESP32 and to successfully test the publish operation. I created a draft pull request on github. I still need to test the remaining examples provided by zenoh.
Hi @cguimaraes , that’s very nice! Out of curiosity, do you have an idea how big is zenoh-pico on those devices? You are the first testing it on such platform and we are very curious to know about your experience on making zenoh-pico work there!