Routing Service over WAN using UDP - possible?

2 posts / 0 new
Last post
Offline
Last seen: 8 years 11 months ago
Joined: 11/03/2014
Posts: 2
Routing Service over WAN using UDP - possible?

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

Offline
Last seen: 8 years 11 months ago
Joined: 11/03/2014
Posts: 2

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.