/dds-helloworld

A minimalistic OMG DDS example

Primary LanguageC++MIT LicenseMIT

dds-helloworld

A minimalistic OMG DDS example

Description

Two simple applications that demonstrate publishing and subscribing to DDS.

Building

A simple build.sh file is included that builds the project. Note that the build.sh file is written for OpenSplice.

Usage

Run the following commands:

./sub &
./pub

Output:

Sample received: id=0, value='Hello World'