Linux

This article explains how to run RTI Connext DDS in Docker using the network bridge driver. ...
12080 reads — 0 comments
When you link your application with the RTI Connext DDS libraries, you can choose whether to use dynamic or static linking. But what is the best approach if you want to use the DDS Secure plug-in? There are some situations that you need to be aware of and avoid. This article describes the possible ...
4471 reads — 0 comments
Note: Applies to Connext DDS 5.x and above Sending TypeCode/TypeObject on the wire provides convenience over specifying the type via XML configuration, but has the disadvantage that more data must be sent during endpoint discovery. This can cause network congestion problems when the TypeCode/ ...
4833 reads — 0 comments
When enabling RTI Monitoring library via the QoS file, a Connext DDS application might report a memory leak when using valgrind for memory usage analysis. An example of the valgrind output for this memory leak is found at the end of this article. Please see this Knowledge Base article for more ...
3605 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 , ...
9174 reads — 0 comments
When using the “host” Docker driver, all network interfaces of the host machine are accessible from the Docker container. Furthermore, there is no networking namespace separation between the Docker containers and the host machine. To run a container in host mode, run the following command: $ docker ...
11881 reads — 0 comments
Introduction Docker enables containers to communicate with one another and with the host machine using interprocess communication (IPC). As explained in the Docker’s documentation: IPC (POSIX/SysV IPC) namespace provides separation of named shared memory segments, semaphores and message queues. ...
13014 reads — 0 comments
Note: Applies to RTI Connext DDS 5.2.0 and above. For the purposes of this article we will assume that: You are familiar with the installation process of RTI Connext DDS. If not, see the instructional video in https://www.rti.com/gettingstarted/installlinux . You are trying to install version 5.3.0 ...
3869 reads — 0 comments
DSCP (Differentiated Services Code Point) is a series of bits in the IP header for classification purposes. These bits specify the precedence value of the packet, the drop probability, and the network service used. ...
24899 reads — 0 comments
GCC 5.1 introduced a new version of libstdc++ with a library ABI that includes new implementations of std::string and std::list (see in GCC online documentation). This new ABI breaks backwards compatibility with applications and libraries linked against older versions of libstdc++ using std::string ...
5355 reads — 0 comments

Pages

Subscribe to RSS - Linux