Replies: 2 comments 2 replies
-
|
Hi @CselecT |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Regarding your use case, it would be interesting to check the following example in the documentation.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, first of all thank you for the detailed examples.
I am trying to create a router network that will connect ros2 nodes that are working in different networks. The basic structure is like here, however I need to be able to set the same domain ids for the sub and pub edges in different networks. I am aware that we can do this with the repeater using udp, however I need to use tcp. I also know that a local discovery server can help, however I could not integrate a local discovery server to the repeater example. I tried starting the discovery server in router edges, but I could not listen the talker from the other network.
To sum up, I want to create this example but with using the same domain ids for the pub_edge_1 and sub_edge_2, using tcp. I would be grateful if you can provide an example or direct me to a possible solution. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions