QoS
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?
Hello,
We are currently making a plugin for unreal engine 4.27 in C++ that would be able to read DDS Data, at the moment we are developping the managers to handle multiple writers on one topic.
We encountered a problem where a publisher uses rti 4.5 while we use 6.1.0 and publishes the following topic :
Hi.
I’m hoping someone will be able to give me a bit of advice.
In code I’m trying to set up a QoS policy that sets specific topic names to be transported on particular multicast groups. For example, Topic1 is transported on 239.255.100.101 and topic2 on 239.255.100.102.
I’d like to be able to define common code that generates a policy that includes the multicast group to topic names for a number of topics to allow us to do a bit of code reuse.
From doing a bit of reading online it looks like it can be done but I’m just not entirely sure how.
Hi all,
I'm trying to verify default libraries and profiles in DDS 6.0.1. I started working with the c++\hello_idl example in VS2017.
I added an else clause to hello.cxx to print out the default library like this:
We are running into a problem when our application attempts to open a socket on a specific port for receiving UDP blocks when that port was already given to and is in use by RTI. We only use the UDPv4 transport option, so when RTI/DDS Software launches it will request 3 ephemeral ports from the OS (VxWorks/RHEL) for DDS communications for the send sockets. The default configuration that VxWorks uses for these ports is a pool between 49152 and 65535. There is a small chance that these port numbers will collide with ones that should be reserved for our application, whi
I am new to RTI DDS and I am having issues with the xml file defined in the NDDS_QOS_PROFILES environment variable. I have defined this environment variable to point to my xml file. However when I run my application and try to do the following, my participaint doesn't get created.
(using c++11)
In my application, I have read in the environment variable and outputted this in my log to verify there were no issues with that.
I have also invalidated the <dds> tag in my xml file, but haven't seen any error message.
Hi currently i am trying out RTI Connext and i encounter a problem when i try to use an QoS file which was used for the ADLINK's Opensplice implementation.
I added the qos_library is should, but it still can't find the sub elements past the qos_profile.
this is a snippet of my QoS.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<dds
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="6.0.0"><qos_library name="TestLibrary">
<qos_profile name="TestProfile" >
Hello,
Hello,
We are using RTI DDS v5.3.1 on RHEL 7.5 x64.
We are trying to troubleshoot a DataWriter. We have the datawriter selected in rtiadminconsole, but the public attribute 'transport selection' does not appear. We want to see what this value is set.
I expected all the public attributes of a DataWriter to show up.
Is this a bug or a feature?
regards,bernardo