Getting Started
This chapter walks you through everything you need to run Zenoh for the first time.
Prerequisites
- Rust 1.75 or later (
rustup.rs) - A terminal and basic familiarity with the command line
No prior knowledge of distributed systems or pub/sub protocols is required.
What You'll Build
By the end of this chapter you will have:
- Installed the Zenoh library and CLI tools
- Started a Zenoh router
- Published and subscribed to your first messages
- Queried stored data
Let's begin with Installation.