Home

Awesome

Build & Test Cirrus CI Gitter License Codecov

<p align="center"> <img src="https://user-images.githubusercontent.com/8661268/114321508-64a6b000-9b1b-11eb-95ef-b84c91387cff.png" width="50%"> </p>

iceoryx - true zero-copy inter-process-communication

This is the original implementation written in C++. For the Rust-based next-gen implementation, please have a look at iceoryx2.

  1. Introduction
    1. Supported Platforms
    2. Where is Eclipse iceoryx used
  2. Build and install
  3. Examples
  4. Build and run in a Docker environment
  5. Documentation
  6. Quality levels and platforms
  7. Contribute
  8. Planned features
  9. Bindings and innovations enabled by iceoryx
  10. Frequently Asked Questions
  11. Commercial Support
  12. Governance and maintainers

Introduction

Great that you've made it to this neat Eclipse project! Let's get you started by providing a quick background tour, introducing the project scope and all you need for installation and a first running example.

So first off: What is iceoryx?

iceoryx is an inter-process-communication (IPC) middleware for various operating systems (currently we support Linux, macOS, QNX, FreeBSD 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.

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

iceoryx uses a true zero-copy, shared memory approach that allows to transfer data from publishers to subscribers without a single copy. This ensures data transmissions with constant latency, regardless of the size of the payload. For more information have a look at the 1000 words iceoryx introduction.

<p align="center"> <img src="https://user-images.githubusercontent.com/56729607/157733625-e3e61617-2f72-46ba-b4f2-5a3973f9ad6f.png" width="80%"> </p>

You're right, middleware is a cluttered term and can somehow be all or nothing. To get a better impression what this means for iceoryx, please have a look at our goals and non-goals.

Don't get too frightened of the API when strolling through the examples. Think of the untyped C++ and the C API as a "plumbing" one ("plumbing" as defined in Git, which means low-level). We're not using the "plumbing" APIs ourselves, but instead the typed C++ API. The normal use case is that iceoryx is integrated as high-performance IPC transport layer in a bigger framework with additional API layers. An example for such a "porcelain" API would be ROS 2.

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

Supported Platforms

Modification or addition of new platforms is described in the custom iceoryx platforms article.

Operating SystemCompilersupports access rights for shared memorycommand line parsing
Linuxgcc/clangyesyes
QNXgccyesyes
MacOSclangno, not planned for implementationyes
Windows 10msvcno, not planned for implementationwill be implemented
FreeBSD (Unix)clangno, not planned for implementationyes

In general unix platforms should work with iceoryx but we only test FreeBSD on our CI.

Where is Eclipse iceoryx used

FrameworkDescription
ROS 2Eclipse iceoryx can be used inside the Robot Operating System with rmw_iceoryx
Eclipse eCALOpen-source framework from Continental AG supporting pub/sub and various message protocols
RTA-VRTEAUTOSAR Adaptive Platform software framework for vehicle computer from ETAS GmbH
Cyclone DDSPerformant and robust open-source DDS implementation maintained by ZettaScale Technology
Apex.Ida from Apex.AISafe and certified middleware for autonomous mobility systems from Apex.AI
AVIN AGNOSAR Adaptive PlatformAUTOSAR Adaptive Platform Product from AVIN Systems

Build and install

You can find the build and installation guidelines here.

Examples

After you've built all the necessary things, you can continue playing around with the examples.

Build and run in a Docker environment

If you want to avoid installing anything on your host machine but you have Docker installed, it is possible to use it to build and run iceoryx applications.

Please see the dedicated README.md for information on how to do this.

Documentation

Quality levels and platforms

Quality level are 5 to 1+, where 1+ is the highest level.

Please see the Quality Declaration for details of the quality measures according to ROS 2 guidelines.

CMake project/targetCurrent LevelTarget Level QNXTarget Level <br> Linux, Windows, macOS
iceoryx_hoofs21+1
iceoryx_posh21+, 21
iceoryx_binding_c222
iceoryx_examples544
iceoryx_introspection544
iceoryx_meta555

Is something missing or you've got ideas for other nifty examples? Jump right away to the next section!

Contribute

Please refer to the CONTRIBUTING.md for a quick read-up about what to consider if you want to contribute.

Planned features

Get to know the upcoming features and the project scope in PLANNED_FEATURES.md.

Bindings and innovations enabled by iceoryx

NameDescriptionTechnologies
iceoryx-rsRust binding for iceoryxRust
iceoryx-automotive-soaBinding for automotive frameworks like AUTOSAR Adaptive ara::comC++
iceoryx-gateway-ddsGateway for Cyclone DDSDDS
icerayAn iceoryx introspection client written in RustRust
Larry.RoboticsAn iceoryx demonstrator for tinker, thinker and toddlerDemonstrator

Frequently Asked Questions

FAQ.md

Commercial Support

<!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table width="100%"> <tbody> <tr> <td align="center" valign="top" width="33%"> <a href="https://ekxide.io"> <img src="https://github.com/eclipse-iceoryx/iceoryx/assets/56729169/23ebd670-45ce-4d41-885c-afd1c1835709" alt="ekxide IO GmbH"/><br /> </a> <a href="mailto:info@ekxide.io">info@ekxide.io</a> </td> <td> <ul> <li>commercial extensions and tooling</li> <li>custom feature development</li> <li>training and consulting</li> <li>integration support</li> <li>engineering services around the iceoryx ecosystem</li> </ul> </td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end -->

Governance and maintainers

Please have a look at the GOVERNANCE.md.