Building a Para-Internet: Exploring Meshtastic, MeshCore, and Reticulum

The dream of a truly decentralized internet—one that doesn't rely on corporate servers, cellular towers, or centralized authority—has long been a hobbyist's pursuit. Recently, there has been a resurgence of interest in mesh networking, specifically through projects like Meshtastic, MeshCore, and Reticulum. These systems aim to create a "para-internet" that operates independently of the traditional grid, providing a resilient alternative for communication in remote areas, during disasters, or for those seeking extreme privacy.

The Landscape of Modern Mesh Networking

While the traditional internet is a packet-switched network of networks, these modern mesh projects leverage long-range, low-power radio technologies—most notably LoRa (Long Range)—to facilitate communication. Unlike Wi-Fi, which offers high bandwidth but limited range, LoRa allows messages to be sent over several kilometers, sometimes dozens, depending on the terrain and antenna quality.

Meshtastic: The Accessible Entry Point

Meshtastic is widely regarded as the accessible gateway into mesh networking. It focuses on simplicity and user-friendliness, allowing users to pair LoRa-based hardware (like ESP32 boards) with their smartphones via Bluetooth.

However, as the community grows, technical limitations are emerging. A common criticism is the "flooding" approach to message delivery, where messages are broadcast to all nodes. While this works for small groups, critics argue it is not scalable in the long run and may require more sophisticated routing protocols like BATMAN to avoid network congestion.

MeshCore: The Infrastructure Approach

MeshCore introduces a slightly different philosophy, emphasizing the role of router nodes. While it aims for off-grid capability, some users point out that it effectively creates a new "grid" of its own because the protocol relies on these router nodes to function. Despite this, MeshCore is praised for its ability to allow devices to communicate directly and seamlessly without needing a repeater, a feature often missing from modern smartphones.

Reticulum: The Serious Alternative

For those seeking a robust, professional-grade architecture, Reticulum is often viewed as the "serious" solution. While Meshtastic and MeshCore are seen by some as "tech demos" or "toys," Reticulum is designed as a comprehensive networking stack intended to survive and scale. It provides a foundation for a truly independent communication layer that can be built upon by other applications.

Critical Challenges and Real-World Performance

Despite the enthusiasm, the transition from a hobbyist project to a functional utility is fraught with challenges.

The Range Paradox

One of the primary hurdles is the physical reality of radio waves. While LoRa is marketed for its long range, real-world performance varies wildly. Users report that in hilly countryside or urban environments, standard antennas can limit range to a few hundred meters. Conversely, those with high-quality coaxial collinear antennas or solar-powered nodes placed on high ground can achieve ranges of 10km or more.

The Bandwidth Bottleneck

These networks are intentionally slow. They are designed for text-based "monomedia" content. Some users view this as a feature rather than a bug, suggesting that a network too slow for images or video elegantly prevents spam and illegal content by design.

The "Grid" Dependency

There is a ongoing debate regarding the necessity of the internet. Some argue that if a mesh network allows the internet as a transport layer, it will inevitably become dependent on it. To achieve true resilience, they argue, the system must be built from scratch as a completely independent entity.

Use Cases: From Emergency Response to Privacy

The primary drivers for these technologies are not replacing the internet, but providing a critical fallback.

  • Emergency Preparedness: Solar-powered, decentralized nodes are seen as vital for disaster recovery when cellular networks fail.
  • Censorship Circumvention: For those living under regimes with nationwide internet shutdowns, these networks provide a way to maintain communication.
  • Privacy and Sovereignty: By using encrypted, peer-to-peer links, users can bypass the corporate behemoths of modern messaging apps.

Conclusion

Mesh networking is currently in a state similar to the early wardriving community or CB radio—full of ideas and experimentation. While a global, self-configuring, peer-to-peer network remains a distant goal, the current tools provide a valuable playground for nerds and a practical tool for emergency communication. The gap between "toy" and "utility" will likely be determined by whether these projects can implement scalable routing and maintain a true independence from the centralized infrastructure we rely on today.

Sources