Skip to content

Zisraw/zenoh-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zenoh Topic Explorer

Zenoh Topic Explorer is a real-time graphical tool to explore and monitor topics and messages in a Zenoh network. Inspired by MQTT Explorer, it provides a tree-based view of all published topics and displays message histories in an intuitive interface.


What It Does

  • Subscribes to all topics in a Zenoh network (** wildcard).
  • Builds a live topic tree that updates as new topics are discovered.
  • Displays the history of messages received per topic (with timestamps).
  • Offers a collapsible UI to navigate deeply nested topic structures.
  • Can be configured using a JSON5 Zenoh configuration file.

Installation

Clone and Build

git clone https://github.com/zisraw/zenoh-explorer.git
cd zenoh-explorer
cargo build --release

Run

Default session

cargo run --release

With configuration file

cargo run -- path/to/config.json5 --release

About

Zenoh Explorer is a graphical application for exploring and monitoring messages in a Zenoh network in real time. Inspired by tools like MQTT Explorer, it provides a tree-based visualization of all active topics and displays the history of messages received on each topic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages