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).

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:

6084 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:

3974 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:

11108 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.

9659 reads — 1 comment
This article illustrates how to configure Visual Studio generate code using rtiddsgen.
20099 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.
21234 reads — 0 comments
This HOWTO describes the steps you need to follow to set up your Edison board to build DDS applications.
5189 reads — 0 comments

Pages