domain id

6 posts / 0 new
Last post
Offline
Last seen: 8 months 19 hours ago
Joined: 04/20/2023
Posts: 3
Isolation DDS on a Local Network

Hi. I have a question regarding the potential ability to isolate datawriters and readers on a local network. I work in an environment where the pplication we develop uses 4 constant domain ids. However, all the computers in our lab are on a local network. If someone runs the application on one computer, every other computer is also getting that same DDS traffic. Is there any way to isolate each computer, besides changing the domain id, through perhaps the QoS settings?

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 3 years 1 month ago
Joined: 01/19/2021
Posts: 3
RTI Routing only works on specific domain id and port

Hello.

I am trying to use the RTI Routing for to route the Shapes demo between two separate Linux computers. Each Linux computer is running one instance of RTI Routing and one instance of Shapes demo. Each routing instance is also executed inside a Docker container. I have published the port using the parameter --publish 7400:7400 in the Docker run command. I am usinga slightly modified version of the example tcp_transport.xml, the one forĀ WAN.

3 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Data overhead of each packet & domain ID size

Hi

I have two questions;

1- What is the data overhead of DDS Connext v 5.2.0? I read a document about it (https://www.rti.com/hubfs/docs/DDS_Over_Low_Bandwidth.pdf) which said it is 56 byte. But I'm wondering where the dynamic data and dynamic type of every packet are stored. I think they definitely need more space.

2- Is it possible to increase domain ID size? It's 8 bits (0 to 232 plus reserved IDs) (For example increase it to a 16 bits word)

Thanks in advance for your answer :)

Subscribe to RSS - domain id