Solutions

Note: Applies to RTI Connext DDS 5.2.0 and above. RTI Code Generator has an option called -dllExportMacroSuffix <suffix> , which allows you to configure the macro suffix used to export type plugin symbols when building a Windows DLL. This feature is particularly useful if you want to place ...
7133 reads — 0 comments
Wireshark and tcpdump are very powerful tools which you can use to capture traffic. They may come in handy when debugging issues with your DDS applications. These tools can capture all kinds of packets: RTPS, UDP, TCP, IP… However, they cannot capture traffic if your applications are communicating ...
47028 reads — 0 comments
If you are using Reliable communication, you could see a performance degradation due to packet loss and resending data sample fragments. This is more probable when using data bigger than 1500 Bytes (over Ethernet). In general, a DDS application using a transport such as UDPv4 splits data samples ...
7412 reads — 0 comments
What is IP fragmentation? IP Fragmentation occurs when the payload provided from the transport layer (typically UDP or TCP) exceeds the maximum payload that fits in a single Ethernet Frame (a.k.a. MTU). When the receiver NIC gets IP fragments, it stores them in a buffer until all the fragments are ...
14389 reads — 0 comments
When using Windows installed with Parallels Desktop on a Mac, you may run into trouble when starting RTI Launcher . This issue is related to the way Parallels Desktop sets up the user’s home. It attempts to use the Mac file system locations for the home directory. You can check which environment ...
3227 reads — 0 comments
The following is a simple example that shows how to use a Requester and a Replier in the RTI Connext Modern C++ Request-Reply API. The types used in this example have the following IDL definition: module directory_service { struct DirectoryRequest { string path; }; enum Result { OK, ...
7212 reads — 1 comment
This solution explains how to configure the copy behavior of the RTI workspace and the examples and configuration files it contains. ...
6217 reads — 1 comment

Pages