Overview of Reticulum Network Stack features
masterReticulum is a cryptography-based networking stack designed for building local and wide-area networks using readily available hardware. Key features include:
- Coordination-less addressing: Globally unique identification without central authority.
- Self-configuring multi-hop routing: Works over heterogeneous carriers (LoRa, WiFi, Ethernet, etc.).
- Anonymity: Does not include source addresses in packets to protect initiator identity.
- Strong Encryption: Uses X25519 (asymmetric) and Ed25519 (signatures) with AES-256-CBC and HMAC-SHA256 for encrypted tokens.
- Resilience: Designed for high latency and extremely low bandwidth environments.
- Userland execution: No kernel modules or drivers required; runs on any system with Python 3.