1. Introduction

1.1. What is RTI Connext Micro?

RTI Connext Micro is network middleware for distributed real-time applications. It provides the communications service programmers need to distribute time-critical data between embedded and/or enterprise devices or nodes. Connext Micro uses the publish-subscribe communications model to make data distribution efficient and robust. Connext Micro simplifies application development, deployment and maintenance and provides fast, predictable distribution of time-critical data over a variety of transport networks. With Connext Micro, you can:

  • Perform complex one-to-many and many-to-many network communications.

  • Customize application operation to meet various real-time, reliability, and quality-of-service goals.

  • Provide application-transparent fault tolerance and application robustness.

  • Use a variety of transports.

Connext Micro implements the Data-Centric Publish-Subscribe (DCPS) API within the OMG’s Data Distribution Service (DDS) for Real-Time Systems. DDS is the first standard developed for the needs of real-time systems. DCPS provides an efficient way to transfer data in a distributed system.

With Connext Micro, systems designers and programmers start with a fault-tolerant and flexible communications infrastructure that will work over a wide variety of computer hardware, operating systems, languages, and networking transport protocols. Connext Micro is highly configurable so programmers can adapt it to meet the application’s specific communication requirements.

1.1.1. Publish-Subscribe Middleware

Connext Micro is based on a publish-subscribe communications model. Publish-subscribe (PS) middleware provides a simple and intuitive way to distribute data. It decouples the software that creates and sends data—the data publishers—from the software that receives and uses the data—the data subscribers. Publishers simply declare their intent to send and then publish the data. Subscribers declare their intent to receive, then the data is automatically delivered by the middleware. Despite the simplicity of the model, PS middleware can handle complex patterns of information flow. The use of PS middleware results in simpler, more modular distributed applications. Perhaps most importantly, PS middleware can automatically handle all network chores, including connections, failures, and network changes, eliminating the need for user applications to program of all those special <cases. What experienced network middleware developers know is that handling special cases accounts for over 80% of the effort and code.

1.3. RTI Connext DDS Documentation

Throughout this document, we may suggest reading sections in other RTI Connext documents. These documents are in your RTI Connext installation directory under rti-connext-dds-<version>/doc/manuals. A quick way to find them is from RTI Launcher’s Help panel, select “Browse Connext Documentation”.

Since installation directories vary per user, links are not provided to these documents on your local machine. However, we do provide links to documents on the RTI Documentation site for users with Internet access.

New users can start by reading Parts 1 (Introduction) and 2 (Core Concepts) in the RTI Connext Core Libraries User’s Manual. These sections teach basic DDS concepts applicable to all RTI middleware, including RTI Connext Professional and RTI Connext Micro. You can open the RTI Connext Core Libraries User’s Manual from RTI Launcher’s Help panel.

The RTI Community provides many resources for users of DDS and the RTI Connext family of products.

1.4. OMG DDS Specification

For the original DDS reference, the OMG DDS specification can be found in the OMG Specifications under “Data Distribution Service”.

1.5. Other Products

RTI Connext Micro is one of several products in the RTI Connext family of products:

RTI Connext Cert is a subset of RTI Connext Micro. Connext Cert does not include the following features because Certification Evidence is not yet available for them. If you require Certification Evidence for any of these features, please contact RTI.

  • C++ language API.

  • Multi-platform support.

  • Dynamic endpoint discovery.

  • delete() APIs (e.g. delete_datareader())

RTI Connext Professional addresses the sophisticated databus requirements in complex systems including an API compliant with the Object Management Group (OMG) Data Distribution Service (DDS) specification. DDS is the leading data-centric publish/subscribe (DCPS) messaging standard for integrating distributed real-time applications. Connext Professional is the dominant industry implementation with benefits including:

  • OMG-compliant DDS API

  • Advanced features to address complex systems

  • Advanced Quality of Service (QoS) support

  • Comprehensive platform and network transport support

  • Seamless interoperability with Connext Micro

RTI Connext Professional includes rich integration capabilities:

  • Data transformation

  • Integration support for standards including JMS, SQL databases, file, socket, Excel, OPC, STANAG, LabVIEW, Web Services and more

  • Ability for users to create custom integration adapters

  • Optional integration with Oracle, MySQL and other relational databases

  • Tools for visualizing, debugging and managing all systems in real-time

RTI Connext Professional also includes a rich set of tools to accelerate debugging and testing while easing management of deployed systems. These components include:

  • Administration Console

  • Distributed Logger

  • Monitor

  • Monitoring Library

  • Recording Service