debugging

Wireshark is an essential tool for optimizing and debugging RTI Connext but can be extremely intimidating to someone who is not familiar with Wireshark or who is not familiar with analyzing DDS/RTPS traffic in Wireshark. The goal of this post is to provide you with tools, techniques, and links to ...
54 reads — 0 comments
What is the Monitoring Library and how do I enable it? RTI Monitoring Library is a plug-in that enables an RTI Connext DDS application to provide monitoring data. This data can be visualized using the RTI Monitor application or read by a separate, user-created application. In RTI Connext DDS , ...
11485 reads — 0 comments
In the Connext DDS modern C++ API, many entities are "reference types" with an automatic lifecycle management based on a shared count (see API documentation ) . Most times you don't need to worry about deleting entities as long as their scope is well defined. However, some times you can forget to ...
6892 reads — 0 comments
In complex systems, it may happen that one node gets overloaded and it stops communicating (or communicate slower) with remote nodes. If this node contains a DataReader that is subscribed to a topic along with other remote DataReaders, it can make the other DataReaders stop receiving data when the ...
2698 reads — 0 comments
Subscribe to RSS - debugging