# iceoryx-rs **Repository Path**: lx-rust/iceoryx-rs ## Basic Information - **Project Name**: iceoryx-rs - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-05 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iceoryx-rs

Experimental rust wrapper for the [iceoryx](https://github.com/eclipse-iceoryx/iceoryx) IPC middleware. # clone and build The iceoryx repo is include as git submodule, therefore keep in mind to checkout with the `--recursive` option. ``` git clone https://github.com/elBoberido/iceoryx-rs.git --recursive ``` To build the examples run ``` cargo build --all --examples ``` # run the examples Open three terminals - start RouDi `target/iceoryx-install/bin/iox-roudi` - start the publisher `target/debug/examples/publisher_simple` - start a subscriber `target/debug/examples/subscriber_simple`