File: README.md

package info (click to toggle)
iceoryx 2.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,260 kB
  • sloc: cpp: 94,127; ansic: 1,443; sh: 1,436; python: 1,377; xml: 80; makefile: 61
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# DDS Gateway Examples

Here you can find examples how to use the dds gateway in a real system.
The examples use docker to simulate separated hosts running iceoryx.

## Running the Examples

Simply run the script: `run_example.sh`

You will be given an option to choose an example to run, after which the
necessary Docker containers will be built and run automatically.

## Setting up your own system

For help setting up your own iceoryx systems to use the DDS gateway,
refer to the entrypoint scripts used by the example docker containers.