Solutions

Setting the PUBLISH_MODE QoS Policy's kind to ASYNCHRONOUS_PUBLISH_MODE allows you to make non-blocking write() calls. This means that instead of sending a sample before returning from write() , the data is enqueued and sent according to a flow controller. The HISTORY QoS Policy determines the size ...
3846 reads — 0 comments
Note: Applies to RTI Connext DDS 5.0.0 and above. Database Integration Service may fail silently if the database character set is UTF-8 (by default in MySQL 5.6). As a consequence the communication between the database service and the Database Integration Service daemon (rtirtc_mysql) is not ...
3530 reads — 0 comments
This solution illustrates how to install host releases, targets, add-ons and patches using rtipkginstall. This solution applies to versions 5.2.0 and later of RTI Connext DDS. ...
12179 reads — 1 comment
Affects to RTI Connext DDS version 5.2.0 only With RTI Connext DDS 5.2.0, there are two scenarios that could cause RTI Launcher to not work correctly: The launcher did not correctly parse a license file when the computer’s locale was not English (due to the locale’s date format). Licensed features ...
5297 reads — 0 comments
Participants are able to know when other participants in the same domain are reachable or not (alive or dead). This is called Participant’s Liveliness. Discovery_Config QosPolicy has three properties that define this Participant’s Liveliness behavior: participant_liveliness_assert_period is the ...
13151 reads — 0 comments
The FIPS 140-2 standard applies to specific implementations of cryptographic modules. NIST validates modules for FIPS 140-2 compliance. The built-in security plugins included with RTI Connext DDS Secure use the standard distribution of OpenSSL for cryptography. This OpenSSL distribution is not FIPS ...
5192 reads — 0 comments
RTI Connext DDS comes with many built-in QoS profiles that allow you to configure your Participants, DataWriters, DataReaders, and Topics for your specific data model and use case. These built-in QoS profiles are documented in your installation, but here is a short description of each one. ...
20251 reads — 0 comments

Pages