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 ~~~~~ .. code-block:: bash cargo build --release Run Examples ~~~~~~~~~~~~ .. code-block:: bash cargo run --example tcp_client cargo run --example kaonic_client Links ~~~~~ GitHub: https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs