1. Introduction to RTI Connector

RTI Connext DDS is a software connectivity framework for real-time distributed applications. It uses the publish-subscribe communications model to make data distribution efficient and robust. At its core is the world’s leading ultra-high performance, distributed networking databus.

RTI Connector is a family of simplified APIs for publishing and subscribing to the Connext DDS Databus in programming languages such as Python and JavaScript.

Note

This documentation assumes you are already familiar with basic DDS concepts. You can learn about DDS in the RTI Connext DDS Getting Started Guide, RTI Connext DDS Core Libraries User’s Manual, and the Connext DDS API documentation for C, C++, Java and .NET. These documents are available from the RTI Community portal.

In Connector, the DDS system is defined in XML. This includes the DDS entities and their data types and quality of service. Applications instantiate a Connector object that loads an XML configuration and creates the entities that allow publishing and subscribing to DDS Topics.

_images/overview.png

By publishing and subscribing to DDS Topics, Connector works seamlessly with any other DDS applications, including Connext DDS user applications, and RTI Tools and Infrastructure Services.

1.1. How to read this documentation

If you’re looking for a specific class or function, go directly to the Index.