From 14b3e5b6e8ed75dd78ca575e7e9030f1edbc055d Mon Sep 17 00:00:00 2001 From: Filippo Brizzi Date: Tue, 30 Jan 2024 17:21:17 +0000 Subject: [PATCH] improved readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9c1dd2..011b6d57 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,20 @@ When switching again back to C++23 it will be possible to remove `fmt` and `rang `devenv` - [] Add a new docker image on top of the existing one that build the dependencies - Understand how we can automatically re-build if something changes +- Improve usage of Github action as CI `zenoh` - [x] Add liveliness client (i.e. topic list) - [x] Add scout client (i.e. node list) - [x] Add publisher subscriber listenr, waiting for https://github.com/eclipse-zenoh/zenoh-c/pull/236 - [x] Add router client -- [] Add option for high performant publisher (disable cache, liveliness, metadata and set high priority) +- [x] Add option for high performant publisher (disable cache, liveliness, metadata and set high priority) + - [] Make sure added option works +- [] Understand how to specify the protocol, an option as been added but doesn't seem to work - [] Bug: ID to string conversion doesn't work for custom specified ID - [] Add option to specify custom ID for session +- [] Improve ipc interface to better abstract over zenoh + - Q: how to abstract tools very specific to zenoh, like node list of topic list `cli` - [] Add support to `enum` options