Skip to content

Commit 3617414

Browse files
iox-eclipse-iceoryx#1196 Update planned features and bindings
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
1 parent d63c3bf commit 3617414

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

PLANNED_FEATURES.md

-6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ iceoryx.
1616
* User defined memory provider to support hardware accelerators
1717
* Man page for RouDi and the runtime
1818
* Packages for linux distributions like debian, archlinux, gentoo
19-
20-
## iceoryx v2.0
21-
22-
* Windows support
23-
* Request-response communication
24-
* Service Discovery

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Don't get too frightened of the API when strolling through the examples. Think o
4343
"plumbing" one ("plumbing" as defined in Git, which means low-level). We're not using the "plumbing" APIs ourselves, but
4444
instead the typed C++ API. The normal use case is that iceoryx is integrated as high-performance IPC transport layer in
4545
a bigger framework with additional API layers.
46-
An example for such a "porcelain" API would be [ROS 2](https://www.ros.org/). Others are listed in the next section.
46+
An example for such a "porcelain" API would be [ROS 2](https://www.ros.org/).
4747

4848
You can find the full API documentation on 🌐 [https://iceoryx.io](https://iceoryx.io). <!--NOLINT explicit link to website-->
4949

@@ -116,13 +116,14 @@ Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) for a quick read-up abo
116116

117117
Get to know the upcoming features and the project scope in [PLANNED_FEATURES.md](./PLANNED_FEATURES.md).
118118

119-
## Innovations enabled by iceoryx
119+
## Bindings and innovations enabled by iceoryx
120120

121-
|Name | Description | Technologies |
122-
|---|---|---|
123-
| [Larry.Robotics](https://gitlab.com/larry.robotics) | An iceoryx demonstrator for tinker, thinker and toddler | Demonstrator |
124-
| [iceoryx-rs](https://github.com/eclipse-iceoryx/iceoryx-rs) | Experimental Rust wrapper for iceoryx | Rust |
125-
| [IceRay](https://github.com/elBoberido/iceray) | An iceoryx introspection client written in Rust | Rust |
121+
|Name | Description | Technologies |
122+
|-------------------------------------------------------------------------------------|------------------------------------------------------------------|--------------|
123+
| [iceoryx-rs](https://github.com/eclipse-iceoryx/iceoryx-rs) | Rust binding for iceoryx | Rust |
124+
| [iceoryx-automotive-soa](https://github.com/eclipse-iceoryx/iceoryx-automotive-soa) | Binding for automotive frameworks like AUTOSAR Adaptive ara::com | C++ |
125+
| [iceray](https://github.com/elBoberido/iceray) | An iceoryx introspection client written in Rust | Rust |
126+
| [Larry.Robotics](https://gitlab.com/larry.robotics) | An iceoryx demonstrator for tinker, thinker and toddler | Demonstrator |
126127

127128
## Frequently Asked Questions (FAQ)
128129

0 commit comments

Comments
 (0)