Zenoh ui tool.
Convenient for simple zenoh network communication testing.
The functionality provided is similar to the zenoh command line tools z_sub, z_put, z_get.
- Support Zenoh V1.0
- Support sending, receiving, and viewing multiple types of data.
- text
- binary
- png, jpeg, bmp, gif, webp
- Message content can be viewed with a hexadecimal viewer.
- The configuration data in the software interface can be saved as a file.
run the command in the project home directory
cargo build --release
or
cargo build --profile release-lto