| Crates.io | cu-zenoh-sink |
| lib.rs | cu-zenoh-sink |
| version | 0.9.1 |
| created_at | 2025-05-26 23:28:08.266752+00 |
| updated_at | 2025-09-12 20:24:59.995235+00 |
| description | Copper sink task for Zenoh. |
| homepage | https://github.com/copper-project |
| repository | https://github.com/copper-project/copper-rs |
| max_upload_size | |
| id | 1690397 |
| size | 122,871 |
It allows you to send Copper messages to external systems via Zenoh.
zenoh_config_file: Zenoh configuration json file (optional). topic: the name of the topic to publish the messages in accordance with the key expressions rules.
Example in your Copper configuration file:
tasks: [
(
id: "zenohsink",
type: "cu_zenoh::CustomZenohSink",
config: {
"zenoh_config_file": "/home/cam/dev_ext/zenoh/DEFAULT_CONFIG.json5",
"topic": "copper/output"
},
),
]
See the crate cu29 for more information about the Copper project.