HOWTOs

This page contains a set of short informal recipes to help you solve common challenges you may face when using RTI Connext DDS. This recipes include topics such as configuring favorite IDE to work with our libraries, tuning the performance of your application, or configuring your firewall to let DDS traffic through.

You can contribute by commenting on existing HOWTOs or creating your own here (requires logging in).

This HOWTO shows an utility to browse files generated by the Admin Console 5.3.0 “Export Discovery Data” feature. It styles the exported xml file into readable tables with expandable sections and dropdowns.
5494 reads — 1 comment

RTI Connector for Connext DDS is a convenient way of using scripting languages (JavaScript, Python, or Lua) to access a DDS network, and is available through the RTI Labs website (https://www.rti.com/labs), from the RTI github account(https://github.com/rticommunity/rticonnextdds-connector), or can be installed quickly using npm, the Node(.js) Package Manager.

Some extra steps may be needed when installing RTI Connector on a Windows PC:

6233 reads — 0 comments

RTI Routing Service provides a transformation SDK in C to support the creation of custom transformation plugins. A route can be created by RTI Routing Service. This route transforms the incoming data, using this custom transformation plugin, and then republishes the updated data.

This article will be based on an example provided by RTI rti_workspace/<version>/examples/routing_service/shapes:

4161 reads — 0 comments

Sometimes DDS users face issues while developing their applications, like for example communication issues. In these situations, usually we get this question: how can I figure out the issue and solve it?

There are several tools and features that can help you to debug your DDS issues:

11443 reads — 0 comments

This solution describes steps to compile a program in Windows using MinGW and link the shipped RTI Connext DDS libraries which are compiled with Visual Studio.

9869 reads — 1 comment
This article illustrates how to configure Visual Studio generate code using rtiddsgen.
20751 reads — 0 comments
This article illustrates how to configure Wireshark to enable custom coloring rules for the RTPS packets.these are the ones provided by default.
27975 reads — 0 comments

Pages