An open API service indexing awesome lists of open source software.

https://github.com/berndporr/fastdds_demo

FAST DDS demo based on the tutorial
https://github.com/berndporr/fastdds_demo

callbacks dds events fastdds publisher-subscriber

Last synced: 5 months ago
JSON representation

FAST DDS demo based on the tutorial

Awesome Lists containing this project

README

          

# FAST DDS Demo

Based on this tutorial: https://fast-dds.docs.eprosima.com/en/latest/fastdds/getting_started/simple_app/simple_app.html

It demonstrates a realtime publisher / subscriber application.

![alt tag](screenshot.png)

## Prereqisites

Fast CDR
```
apt install libfastcdr-dev
```

Fast RTPS
```
apt install libfastrtps-dev
```

Fast DDS tools
```
apt install fastddsgen fastdds-tools
```

## How to compile

```
cmake .
make
```

## How to run

Open a terminal and type
```
./DDSHelloWorldPublisher
```

Open another terminal and type

```
./DDSHelloWorldSubscriber
```