Reticulum-rs

Overview

Reticulum-rs is a Rust implementation of the Reticulum Network Stack — a cryptographic, decentralised, and resilient mesh networking protocol.

Key features

  • Cryptographic mesh networking

  • Trustless routing via identity-based keys

  • Lightweight and modular design

  • Multiple transport layers (TCP, serial, Kaonic)

  • Embeddable in tactical radios

  • Example clients included

Build

cargo build --release

Run Examples

cargo run --example tcp_client
cargo run --example kaonic_client