cu-zenoh-sink

Crates.iocu-zenoh-sink
lib.rscu-zenoh-sink
version0.12.0
created_at2025-05-26 23:28:08.266752+00
updated_at2026-01-14 19:33:57.747997+00
descriptionCopper sink task for Zenoh.
homepagehttps://github.com/copper-project
repositoryhttps://github.com/copper-project/copper-rs
max_upload_size
id1690397
size126,538
Guillaume Binet (gbin)

documentation

README

This is an outgoing bridge towards Zenoh

Note: This sink is deprecated in favor of the bidirectional cu-zenoh-bridge component.

It allows you to send Copper messages to external systems via Zenoh.

Config

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.

Commit count: 956

cargo fmt