Hello,
Is it possible to use the DDS Routing Service to route data over WAN using UDP? We need to route real time control data and TCP is not well suited to pass the data in our application. Is there a way to configure the routing service to use UDP?
Thank you
We have made it work by using the new feature in ndds 5.1.0 in our routing service xml configuration file:
participant_qos->property->value->element->name: dds.transport.UDPv4.builtin.public_address and setting the value to the public IP of the computer running the routing service (in our scenario this address is established via a VPN connection)
Setting the initial peers to all the computers in the network that need to be routed.