AC

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:

  1. Installed the Zenoh library and CLI tools
  2. Started a Zenoh router
  3. Published and subscribed to your first messages
  4. Queried stored data

Let's begin with Installation.