Skip to content

Commit

Permalink
iox-eclipse-iceoryx#743 Add links to new asciinema recordings
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Mar 16, 2022
1 parent 418b483 commit 2c9a3df
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
4 changes: 1 addition & 3 deletions iceoryx_examples/icecrystal/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ memory.
We re-use the binaries from
[icedelivery](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/icedelivery).

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

## Feature walkthrough

Expand Down
6 changes: 3 additions & 3 deletions iceoryx_examples/icedelivery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
This example showcases a data transmission setup with zero-copy inter-process communication (IPC) on iceoryx.
It provides publisher and subscriber applications. They come in two C++ API flavors (untyped and typed).

<!--## Expected Output-->
<!-- @todo Add expected output with asciinema recording before v2.0-->
<!--Create three terminals and start RouDi, a publisher and a subscriber. You can also mix the typed and untyped versions.-->
## Expected Output

[![asciicast](https://asciinema.org/a/476740.svg)](https://asciinema.org/a/476740)

## Code walkthrough

Expand Down
5 changes: 3 additions & 2 deletions iceoryx_examples/icediscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ In addition the applications `iox-wait-for-service` and `iox-discovery-monitor`
to write custom discovery functionality to wait for specific services or monitor
the availability of services respectively.

<!--## Expected Output-->
<!-- @todo Add expected output with asciinema recording before v2.0-->
## Expected Output

[![asciicast](https://asciinema.org/a/476673.svg)](https://asciinema.org/a/476673)

## Code walkthrough

Expand Down
5 changes: 3 additions & 2 deletions iceoryx_examples/icediscovery_in_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ service discovery. It provides two applications - one offering different
services and one searching for those with different search queries. The
behavior and structure is quite similar to the [icediscovery C++ example](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/icediscovery).

<!--## Expected Output-->
<!-- @todo Add expected output with asciinema recording before v2.0-->
## Expected Output

[![asciicast](https://asciinema.org/a/476732.svg)](https://asciinema.org/a/476732)

## Code walkthrough

Expand Down
4 changes: 2 additions & 2 deletions iceoryx_examples/request_response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ a WaitSet. Since you can find the general setup and functionality of the client
and the server also in the Listener/WaitSet example, we will describe only this
one.

## Expected output basic server-client example
## Expected output

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

## Code walkthrough

Expand Down
2 changes: 2 additions & 0 deletions iceoryx_examples/request_response_in_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ then sends the sum of those numbers back.

## Expected Output

[![asciicast](https://asciinema.org/a/476845.svg)](https://asciinema.org/a/476845)

## Code walkthrough

### Client Basic
Expand Down

0 comments on commit 2c9a3df

Please sign in to comment.