eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.49k stars 159 forks source link

Ensure z_bytes example is available on all bindings #1418

Open Mallets opened 1 month ago

Mallets commented 1 month ago

Describe the feature

It's important to show how to serialize/deserialize data through the ZBytes. An example of Protobuf serialization should also be provided

Basic examples:

Protobuf example:

DariusIMP commented 1 month ago

On Kotlin: https://github.com/eclipse-zenoh/zenoh-kotlin/blob/main/examples/src/main/kotlin/io.zenoh/ZBytes.kt

yellowhatter commented 1 month ago

@DenisBiryukov91 , as Michael is off next week, let's put you on zenoh-c and I will take C++