Skip to content

Commit 3f5cf85

Browse files
Merge pull request #1288 from ApexAI/iox-#743-update-asciinema-recordings
iox-#743 Add links to new asciinema recordings (`v2.x`)
2 parents 73d6d59 + 87440cd commit 3f5cf85

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

iceoryx_examples/icecrystal/Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ memory.
1212
We re-use the binaries from
1313
[icedelivery](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.0/iceoryx_examples/icedelivery).
1414

15-
<!-- @todo Add expected output with asciinema recording before v2.0-->
16-
<!-- The current one is outdated, e.g. the the ServiceDiscovery publisher is missing -->
17-
<!-- [![asciicast](https://asciinema.org/a/407442.svg)](https://asciinema.org/a/407442) -->
15+
[![asciicast](https://asciinema.org/a/476669.svg)](https://asciinema.org/a/476669)
1816

1917
## Feature walkthrough
2018

iceoryx_examples/icedelivery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
This example showcases a data transmission setup with zero-copy inter-process communication (IPC) on iceoryx.
66
It provides publisher and subscriber applications. They come in two C++ API flavors (untyped and typed).
77

8-
<!--## Expected Output-->
9-
<!-- @todo Add expected output with asciinema recording before v2.0-->
10-
<!--Create three terminals and start RouDi, a publisher and a subscriber. You can also mix the typed and untyped versions.-->
8+
## Expected Output
9+
10+
[![asciicast](https://asciinema.org/a/476740.svg)](https://asciinema.org/a/476740)
1111

1212
## Code walkthrough
1313

iceoryx_examples/icediscovery/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ In addition the applications `iox-wait-for-service` and `iox-discovery-monitor`
1212
to write custom discovery functionality to wait for specific services or monitor
1313
the availability of services respectively.
1414

15-
<!--## Expected Output-->
16-
<!-- @todo Add expected output with asciinema recording before v2.0-->
15+
## Expected Output
16+
17+
[![asciicast](https://asciinema.org/a/476673.svg)](https://asciinema.org/a/476673)
1718

1819
## Code walkthrough
1920

iceoryx_examples/icediscovery_in_c/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ service discovery. It provides two applications - one offering different
77
services and one searching for those with different search queries. The
88
behavior and structure is quite similar to the [icediscovery C++ example](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.0/iceoryx_examples/icediscovery).
99

10-
<!--## Expected Output-->
11-
<!-- @todo Add expected output with asciinema recording before v2.0-->
10+
## Expected Output
11+
12+
[![asciicast](https://asciinema.org/a/476732.svg)](https://asciinema.org/a/476732)
1213

1314
## Code walkthrough
1415

iceoryx_examples/request_response/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ a WaitSet. Since you can find the general setup and functionality of the client
1313
and the server also in the Listener/WaitSet example, we will describe only this
1414
one.
1515

16-
## Expected output basic server-client example
16+
## Expected output
1717

18-
[![asciicast](https://asciinema.org/a/469913.svg)](https://asciinema.org/a/469913)
18+
[![asciicast](https://asciinema.org/a/476829.svg)](https://asciinema.org/a/476829)
1919

2020
## Code walkthrough
2121

iceoryx_examples/request_response_in_c/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ then sends the sum of those numbers back.
1414

1515
## Expected Output
1616

17+
[![asciicast](https://asciinema.org/a/476845.svg)](https://asciinema.org/a/476845)
18+
1719
## Code walkthrough
1820

1921
### Client Basic

0 commit comments

Comments
 (0)