feat: Add comprehensive Mycelium network architecture documentation

This commit is contained in:
mik-tf
2025-10-16 14:31:27 -04:00
parent dea3b30d08
commit 9e77d56822
4 changed files with 234 additions and 6 deletions

View File

@@ -122,20 +122,23 @@ Connect to services on the ThreeFold Grid:
## Architecture Overview
```
┌──────────────┐ Encrypted Tunnel ┌──────────────┐
┌──────────────┐ Encrypted Tunnel ┌──────────────┐
│ Device A │◄────────────────────────────►│ Device B │
│ Mycelium IP │ Over Internet │ Mycelium IP │
└──────────────┘ └──────────────┘
│ Mycelium IP │ Over Internet │ Mycelium IP │
└──────────────┘ └──────────────┘
│ │
└────────────── Mesh Network ───────────────┘
└────────────── Mesh Network ───────────────
(via Public Peers)
```
**How it works:**
- Devices run Mycelium daemon
- Connect to public or private peers
- Build encrypted tunnels automatically
- Route traffic efficiently
**Want to understand the architecture in depth?** Read the **[Architecture Guide](/getstarted/mycelium-network/architecture)** to learn about Mycelium's innovative cryptographic design, why it's more secure than TLS/HTTPS, and how its multi-path routing provides real-world resilience.
## Getting Started
Ready to try Mycelium? It's super easy:
@@ -157,7 +160,6 @@ Ready to try Mycelium? It's super easy:
## Resources
- **Documentation**: [Mycelium Guide](https://threefoldtech.github.io/www_myceliumguide/)
- **Source Code**: [GitHub Repository](https://github.com/threefoldtech/mycelium)
- **Community**: [ThreeFold Telegram](https://t.me/threefold/1)
- **Forum**: [forum.threefold.io](https://forum.threefold.io)