iceoryx-rs

Crates.io License Build & Test Codecov

Experimental Rust bindings for the iceoryx IPC middleware.

clone and build

Clone the repository with git clone https://github.com/elBoberido/iceoryx-rs.git

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