How identity and addressing work in Reticulum
masterReticulum decouples Identity from Location. In traditional networking (like IP), an address is a location (a coordinate in a grid). In Reticulum, an address is a Hash of an Identity.
- Portable Identity: Because an address is a cryptographic representation of who you are rather than where you are, it is portable. You can move between different physical layers (WiFi, LoRa mesh, packet radio) without changing your address.
- Destination Hash: When sending a packet, you target a specific Destination Hash. The network dynamically discovers where that entity currently resides without needing a central directory or a static coordinate.
// The Old Way (IP): "I am at 192.168.1.5. Come find me"
// The Zen Way (Reticulum): "I am <327c1b2f87c9353e01769b01090b18f2>. Wherever I am, my peers can reach me"