SanderMertens / dds-helloworld

A minimalistic OMG DDS example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A minimalistic OMG DDS example

License:MIT License


Languages

Language:C++ 82.3%Language:Shell 17.7%