Examples

Getting Started Guide

The RTI Connext DDS Getting Started Guide examples can be found in this repository.

Clone the repository. In 2_hello_world/python (and 3_streaming_data/python, and so on), a readme includes instructions for how to go through the example.

For a full walk-through, see the Getting Started Guide for Modern C++. The Python example is a translation of the Modern C++ version, so the Modern C++ Getting Started Guide is a great resource.

Python Examples

More Python examples can be found in the connextdds-py repository.