Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Brizzi committed Jan 30, 2024
1 parent 0b68f00 commit 14b3e5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14b3e5b

Please sign in to comment.