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 article shows how to use generated enumerators in Java switch statements.
5472 reads — 1 comment
This article shows how to cancel a request sent from a Requester to a Replier using the RTI Connext DDS Request-Reply API.
7025 reads — 1 comment
This document explains how to create a simple adapter using the RTI Routing Service Adapter SDK. The adapter scans the file system in one specific folder and, for every file present in that folder, it creates a stream to communicate with the output. In the output, the adapter will take care of creating a file for every stream received.
9877 reads — 0 comments
The Leap Motion controller is a USB powered motion sensor with an SDK and drivers for MacOS, Windows and Linux. The SDK gives API access to the data from the sensor, which includes Pointables (fingers or tools), Hand orientation and gesture recognition. Moving that available data to the cloud, for use by applications on- and off-board is easy, when using RTI Connext DDS as the conduit.
8892 reads — 0 comments
In this HOWTO we show how to optimize the serialized size of your data type. Note that this a useful optimization if you have limited bandwidth, but is not necessary for the majority of systems.
3442 reads — 0 comments
This document explains how DDS works with multiple NICs and the controls that users have.
21895 reads — 1 comment
You can use Eclipse to debug a live Routing Service instance that is running a Java Adapter. This HOWTO describes what settings to use to allow the java debugger to attach to the RS runtime.
7161 reads — 0 comments

Pages