I use rti connext dds version 6.0.0. I need to change admin consoles Qos for discovery and for subscribing topics. Is there any xml in system that I can change default configurations (Qos) for admin console so I don't have to add new xml file and select the qos profile for every joining to domain and for every subscribing topic? Is there any easy way to change default qos for admin console?
admin console
1. Admin console can not discover domains automatically and I should Manually join and leave domains. I mean I should active Preferences>Domains>"Manually join and leave domains" and I should give it domainId and click on "join Domains".
2. Admin console will not open and can not show domains if all initial_peers that set in admin console xml are not connected. In xml that I showed, admin console will not open if my pc is not connected to "192.168.12.5" ip.
Hello,
We are using the DDS Micro 2.4.14 alongside the AUTOSAR SW, We have communication with other peer.
We need to monitor the data exchanged, So my question is, Is there something like the RTI launcher dor the DDS Micro 2.4.14
with out type file (like xml ,metadata) ,Can I use python to subscribe buildin topic, and print the subscribe data in json formate ?
like admin console
i canot find api
only can file api with data-type
Hello everybody,
I'm using 6.0.1 version, and when trying to run Admin Console from RIT connext launcher, an error promts that "An error has occured", I've put the log in the attached.
Could somebody help to have a look at it please. Many thanks.
BTW, other tools & utilities like Monitor, DDS Spy work well from Launcher.
We have started using domain tags to isolate applcation instances running on the same machine but after setting the dds.domain_participant.domain_tag property (programmatically and not via xml) we cannot longer see it in the Admin Console tool. Does anyone know what has to be done in the Admin Console tools in order to fix that?
Hello,
I can use my applications utilizing DDS completely fine; the participants are created, pub/sub starts just fine, DTOs are published and recieved, and liveliness data is what I'd expect. However, recently, the second I start either DDS Spy or the Admin Console, I drop most traffic and liveliness data starts flickering on/off on/off every few seconds.
I've checked my logs and whenever I start either of these programs, my log is flooded with
I am fairly new to the fine-grained details of RTI DDS. I have a system with many participants across many domains, partitions and topics. I do not have access to the source code for all of the applications (participants).
I am looking to generate a textfile log of which participants are running and what their DDS QoS is set to. Specifically I am interested in: durability.kind, ownership.kind and reliability.kind.
I installed RTI 5.2.3 onto a new Red Hat 7 Linux machine. I noticed that my applications were having issues during discovery, so I launched the Admin Console. When I hover over my list of topics, I can see an issue with the "Requested/Offered QoS". When I clicked on the topic, I was unable to bring up the Match Graph. I tried with all of my other topics and had the same issue.
Is there any environment variable or other setup issue that would be preventing the Match Graph from displaying?
I'm running a DDS micro client (v 2.4.10) on a linux ARM system (compiled from source). It produces topic data on one second intervals, and I have a windows 7 system with the Connext Pro version 5.3.0 running the Admin Console that should be able to watch the data.