https://github.com/appcypher/iceoryx2-ipc-test
https://github.com/appcypher/iceoryx2-ipc-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appcypher/iceoryx2-ipc-test
- Owner: appcypher
- Created: 2024-07-10T13:13:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:18:41.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T14:07:41.243Z (about 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `iceoryx2-ipc-test`
### Set Up
```sh
git clone https://github.com/appcypher/iceoryx2-ipc-test.git
```
```sh
cd iceoryx2-ipc-test
```
```sh
cargo build
```
### Examples
```sh
cargo run --bin test_pub_queue -- sub
```
```sh
cargo run --bin test_pub_queue -- pub
```