cu-iceoryx2

Crates.iocu-iceoryx2
lib.rscu-iceoryx2
version0.9.1
created_at2024-11-15 17:46:22.172184+00
updated_at2025-09-12 20:36:43.609357+00
descriptionCopper example to use Iceoryx2 as a middleware.
homepagehttps://github.com/copper-project
repositoryhttps://github.com/copper-project/copper-rs
max_upload_size
id1449377
size116,795
Guillaume Binet (gbin)

documentation

README

cu_iceoryx2

This demonstrates how to use Copper to interface with the Iceoryx2 shared memory communication middleware.

It is useful for Copper users who want to use Iceoryx to communicate with external applications.

You can start the 2 processes in separate terminals:

# Terminal 1
cargo run --bin upstream

# Terminal 2
cargo run --bin downstream

And you should see messages from the caterpillar example (just booleans) getting passed from one copper process to the other.

Commit count: 741

cargo fmt