Back

:: RNODES & RETICULUM NETWORK OVERVIEW ::

:: RNODES OVERVIEW ::

Rnode Logo

Rnodes are hardware implementations or devices specifically designed to run the Reticulum Network stack. They serve as the physical nodes that form the backbone of a Reticulum mesh network, providing the necessary radio or wired interfaces and computing power to route and process Reticulum traffic.

// HOW IT WORKS //

An Rnode is essentially a small computer (often an ESP32, Raspberry Pi, or similar embedded system) equipped with one or more network interfaces (e.g., a LoRa radio module, Ethernet port, Wi-Fi). It runs the Reticulum software, which transforms it into a network router and endpoint for the Reticulum overlay network. Rnodes continuously listen for, forward, and process Reticulum packets, contributing to the overall network's reach and resilience.

// KEY FEATURES //

// USE CASES //

// GET STARTED //

To get started with Rnodes, you typically need:

For more information on Rnode designs and how to build or acquire them, refer to the Reticulum Hardware Documentation and community resources.

:: RETICULUM NETWORK PROJECT OVERVIEW ::

Reticulum Network Logo

Reticulum is a versatile, resilient, and secure mesh networking stack designed for robust, censorship-resistant communication. Unlike simpler messaging-focused mesh projects, Reticulum provides a complete cryptographic network stack that can operate over virtually any underlying medium, enabling complex, multi-protocol mesh networks.

// HOW IT WORKS //

Reticulum creates an overlay network, meaning it builds its own logical network on top of existing physical connections (like LoRa, Ethernet, Wi-Fi, Packet Radio, or even serial lines). It handles all aspects of addressing, routing, and encryption, allowing applications to communicate securely and reliably across diverse and intermittently connected networks. Messages are cryptographically addressed, ensuring end-to-end security and privacy.

**Important Note on Bandwidth and Latency:** Reticulum's performance is dependent on the underlying physical medium. While it can operate over high-bandwidth links, when used with low-bandwidth technologies like LoRa, it is **not suitable for voice calls, video streaming, or high-speed internet browsing.** Messages may also experience noticeable delays (latency), especially over multi-hop paths or unreliable links.

// KEY FEATURES //

// USE CASES //

// GET STARTED //

To get started with Reticulum, you typically need:

You can find more detailed information, guides, and community support on the official Reticulum Network website and its GitHub repository.