Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOX-#36 Add teaser GIF to Readme and update planned features #46

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions PLANNED_FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

This list contains rather high-prio features that will most likely be implemented in the near future.

* Relocatable pointer
* Allow shared memory segments to be mmap'ed to different addresses in each application
* Config file for RouDi, provide the mempool config and not during compile time
* Windows and Mac support
* Man page for RouDi and the runtime
* Request-response communication
* Support for multiple publishers on the same topic
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ tour, introducing the project scope and guide you through the examples.

So first off: What is iceoryx?

<p align="center">
<img src="https://user-images.githubusercontent.com/8661268/74612998-b962bc80-510a-11ea-97f0-62f41c5d287b.gif" width="100%">
</p>

Iceoryx is an inter-process communication (IPC) middleware for [POSIX](https://en.wikipedia.org/wiki/POSIX) based
operating systems. It features shared memory capabilities that allow a true zero-copy data transfer. For more information have a look at the [1000 words iceoryx introduction in the eclipse newsletter.](https://www.eclipse.org/community/eclipse_newsletter/2019/december/4.php)

Expand Down