DDS Router set up multi-hopping questions with Security? #432
Replies: 4 comments
-
I don't understand exactly what infrastructure you have in mind. A diagram with the nodes and the different networks you have would be helpful for us. In any case, here are the Vulcanexus Cloud tutorials. They explain how to use DDS Router with ROS 2 and provide multiple architectures and distributed deployments with ROS 2. In addition there is a specific tutorial on how to use DDS Router with SROS, explaining how to create and distribute keys and permissions to the different nodes so that they can communicate through DDS Router. |
Beta Was this translation helpful? Give feedback.
-
Hi Raul, I attached an image of what we are looking at for a simple example. We are looking to create more of the edge to edge through multiple networks daisy chained together such as the repeater example (https://docs.vulcanexus.org/en/latest/rst/tutorials/cloud/edge_edge_repeater_cloud/edge_edge_repeater_cloud.html). |
Beta Was this translation helpful? Give feedback.
-
This is updated version of trying to run the repeater example with my topology above. I tried to just run DDS-Router1 with a ros2 applications running on the same node. I am trying to connect through DDS-Router2 (repeater) to DDS-Router3 running an application on the same machine similar to https://docs.vulcanexus.org/en/latest/rst/tutorials/cloud/edge_edge_repeater_cloud/edge_edge_repeater_cloud.html. version: v4.0 participants:
Here is the yaml file for DDS-ROUTER2 (repeater): version: v4.0 participants:
Here is the yaml file for DDS-ROUTER3: version: v4.0 participants:
If anyone can tell me where I'm going wrong it would be much appreciated. The repeater node is is connected to both routes via static routes and can DDS-Router1 and DDS-Router3 can ping each other but nothing in ros is transfer correctly yet. |
Beta Was this translation helpful? Give feedback.
-
@rsanchez15 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
First Issue: I am new to DDS routing and looking to create a something similar to the image in https://eprosima-dds-router.readthedocs.io/en/latest/rst/use_cases/repeater.html. I've been trying to combine multiple different example yaml files such as wan_client (NetA) and wan_server (NetB & NetC) with the repeater example to connect to my last NetworkA to NetworkB to NetworkC with robots on NetworkA and NetworkC.
Second Issue: Looking to use SROS across each network sharing the same domain ID. How does one go about setting that up in DDS router so that they have the same files so the can see each other in the discovery process?
Beta Was this translation helpful? Give feedback.
All reactions