Skip to content

Commit

Permalink
iox-eclipse-iceoryx#924 Add platform overview with supported features
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <[email protected]>
  • Loading branch information
elfenpiff committed Sep 16, 2021
1 parent 732e710 commit ac78e6f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tour, introducing the project scope and all you need for installation and a firs

So first off: What is iceoryx?

iceoryx is an inter-process-communication (IPC) middleware for various operating systems (currently we support Linux, MacOS and QNX).
iceoryx is an inter-process-communication (IPC) middleware for various operating systems (currently we support Linux, MacOS, QNX and Windows 10).
It has its origins in the automotive industry, where large amounts of data have to be transferred between different processes
when it comes to driver assistance or automated driving systems. However, the efficient communication mechanisms can also be applied
to a wider range of use cases, e.g. in the field of robotics or game development.
Expand Down Expand Up @@ -47,6 +47,15 @@ An example for such a "porcelain" API would be [ROS 2](https://www.ros.org/). Ot

You can find the full API documentation on 🌐 [https://iceoryx.io](https://iceoryx.io).

### Supported Platforms

|Operating System| supports access rights for shared memory | command line parsing |
|----------------|:----------------------------------------:|:-----------------------:|
| Linux | X | X |
| QNX | X | X |
| MacOS | No, not planned for implementation | X |
| Windows 10 | No, not planned for implementation | No, will be implemented |

### Where is Eclipse iceoryx used?

|Framework | Description |
Expand Down

0 comments on commit ac78e6f

Please sign in to comment.