1 unstable release
new 0.4.1 | Nov 15, 2024 |
---|
#26 in #copper
2.5MB
5K
SLoC
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.
Dependencies
~36–74MB
~1M SLoC