zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

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 ti...

Results 205 zenoh issues
Sort by recently updated
recently updated
newest added

Ensure that the clap version is set to a version no newer than 4.5.0 to fix #740 . Closes #740 .

### Describe the feature It would be good to have a way to restrict data to interface: - Listening on `tcp/0.0.0.0#iface=eth0` - Connecting to `tcp/1.23.4.#iface=eth0`

new feature

### 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 includes aspects like (but...

enhancement
release

### Describe the feature - [x] zenoh https://github.com/eclipse-zenoh/zenoh/pull/688 - [x] zenoh-c https://github.com/eclipse-zenoh/zenoh-c/pull/243 - [ ] zenoh-cpp

enhancement
release

- [x] Examples - [x] IO - [x] zenoh-tranport - [x] Pass all tests - [x] zenoh-links - [x] unixsock_stream - [x] udp - [x] unixpipe - [x] ws -...

There are builder methods which sets various parameters of `Publisher`. `Queryable`, etc. For example: ```Rust let publisher = session .declare_publisher("key/expression") .congestion_control(CongestionControl::Block) .priority(Priority::Data) .res() ``` Calling these methods is optional. It's...

documentation

### Describe the bug When two instances of session is created from the same runtime and then one of instances is dropped, the other one becomes unable to connect ###...

bug