4.10. Examples

Connext Micro provides buildable example applications, in the example/ directory. Each example comes with instructions on how to build and run an application.

  • HelloWorld_transformations: A HelloWorld example that uses UDP transformations to send encrypted packets using OpenSSL.

In addition to the provided examples, the RTI Code Generator available with Connext Micro can generate example DDS applications with a type definition file as input. For more information, see Example Generation.

Note

By default, all the examples link against release libraries. To build release libraries:

./resource/scripts/rtime-make --target x64Darwin20clang12.0 --build --config Release

To build the examples against the debug libraries, specify the DEBUG option:

make DEBUG=Y