This repository includes:
- Code examples on how to use specific Connext features (under examples/)
- Supporting code for learning materials (under tutorials/)
To clone the repository you will need to run git clone
as follows to download
both the repository and its submodule dependencies:
git clone --recurse-submodule https://github.com/rticommunity/rticonnextdds-examples.git
If you forget to clone the repository with --recurse-submodule
, simply run
the following command to pull all the dependencies:
git submodule update --init --recursive
The examples contained in the master branch of this repository were built and tested against RTI Connext 7.3.0 LTS.
If you are using a newer feature release, check out the appropriate branch:
- release/7.4.0 (early access release)
If are you using an older release, check out the appropriate branch:
- release/7.2.0
- release/7.1.0
- release/7.0.0
- release/6.1.1
- release/6.1.0
- release/6.0.1
- release/6.0.0
- release/5.3.0
- release/5.2.0
- release/5.1.0
- release/5.0.0
To contribute enhancements or additional examples to the repository, follow the instructions on our RTI Connext DDS Examples Wiki. Your contributions will be reviewed and as soon as they are approved they will automatically be included in the RTI Community Portal Examples Section. See CONTRIBUTING.md for further information about how to contribute with new examples to this repository.