Luca Cominardi
Luca Cominardi
### Describe the feature Provide `encoding::auto` for automatic encoding selection based on the information from the type system. I.e.: the feature would allow to have a publisher with `auto` encoding...
Todo: add handlers. Sister PRs: - https://github.com/eclipse-zenoh/zenoh-pico/pull/377 - https://github.com/eclipse-zenoh/zenoh-pico/pull/391
At the moment, CLI arguments are passed to zenoh-c examples in a very primitive way where each argument is solely identified by its position. While this approach does the job...
### Describe the release item ### Describe the feature As part of the effort for the next [Zenoh 1.0.0 release](https://github.com/eclipse-zenoh/roadmap/issues/116), a full review of the existing wire protocol is desirable....
This issue keeps track of the ongoing discussion on how to integrate Zephyr support in zenoh-pico and PlatformIO CI. There is an open question on the PlatformIO forums to use...
**Target date:** April 22nd, 2024. A [dedicated project](https://github.com/orgs/eclipse-zenoh/projects/9) has been created to track all the PRs and issues that will land in the release. The high-level set of features is...
### Describe the release item Add `.encoding()` to `PublisherBuilder` in such a way the encoding is always set when doing `publisher.put()`.
### Discussed in https://github.com/eclipse-zenoh/roadmap/discussions/138 Originally posted by **ashirvad-acsia** May 29, 2024 While adopting the zenoh pub sub middleware implementation for Android 13 we are facing the following issues while integrating...
### Describe the bug I take as an example `uint64` serialization implemented [here](https://github.com/eclipse-zenoh/zenoh-pico/blob/a07ee806e809eb9cb69c630910fc98834a7c1782/src/api/api.c#L516C12-L516C32). It seems that the actual serialization [implementation](https://github.com/eclipse-zenoh/zenoh-pico/blob/a07ee806e809eb9cb69c630910fc98834a7c1782/src/utils/endianness.c#L50) is simply copying bytes without stripping zeroed leading bytes as...
Align this repo with latest changes introduced by https://github.com/eclipse-zenoh/zenoh/pull/1174