NodeZero Funchal Archipelago Mesh Network
Complete architecture and directory structure for the Funchal micro-economy deployment:
Documentation:
- README.md: Project overview, architecture, services, metrics, governance
- PRD.md: Product requirements document
- ARCHITECTURE.md: Multi-layered mesh architecture, node specs, topology
- GOVERNANCE.md: DAO model, treasury, voting, dispute resolution
- ROADMAP.md: Phased implementation plan (Months 1-24)
- DEPLOYMENT.md: Mesh network deployment guide
Services:
- mobility/: Decentralized ride-sharing
- housing/: Decentralized house-sharing
- logistics/: Local delivery network
- commerce/: Bitcoin-accepting businesses
- workforce/: Job boards, training, competency attestation
- governance/: Mesh services and decentralized operations
Infrastructure:
- infrastructure/: Mesh networks, archipelago nodes (200 nodes), internet
- config/: node.yml, mesh.yml, bitcoin.yml, profiles.yml, redis.yml
- docs/: Funchal service map, business onboarding, mobility plan
- scripts/: Deploy script
- .gitignore
2026-06-25 15:11:27 -04:00
|
|
|
# Infrastructure
|
DarkNode: Remove Madeira and Funchal references for location-agnostic design
Removed all Funchal and Madeira references from:
- governance, logistics, commerce, housing, mobility, workforce
- architecture, PRD, roadmap, deployment, README
- config files (node.yml, mesh.yml, profiles.yml, bitcoin.yml)
- scripts/deploy.sh
- docs/BUSINESS_ONBOARDING.md, docs/MOBILITY_PLAN.md
Renamed docs/FUNCHAL_SERVICE_MAP.md to docs/SERVICE_MAP.md
DarkNode is now location-agnostic - works for any town/city
2026-06-25 23:48:17 -04:00
|
|
|
# NodeZero Archipelago Mesh Network
|
NodeZero Funchal Archipelago Mesh Network
Complete architecture and directory structure for the Funchal micro-economy deployment:
Documentation:
- README.md: Project overview, architecture, services, metrics, governance
- PRD.md: Product requirements document
- ARCHITECTURE.md: Multi-layered mesh architecture, node specs, topology
- GOVERNANCE.md: DAO model, treasury, voting, dispute resolution
- ROADMAP.md: Phased implementation plan (Months 1-24)
- DEPLOYMENT.md: Mesh network deployment guide
Services:
- mobility/: Decentralized ride-sharing
- housing/: Decentralized house-sharing
- logistics/: Local delivery network
- commerce/: Bitcoin-accepting businesses
- workforce/: Job boards, training, competency attestation
- governance/: Mesh services and decentralized operations
Infrastructure:
- infrastructure/: Mesh networks, archipelago nodes (200 nodes), internet
- config/: node.yml, mesh.yml, bitcoin.yml, profiles.yml, redis.yml
- docs/: Funchal service map, business onboarding, mobility plan
- scripts/: Deploy script
- .gitignore
2026-06-25 15:11:27 -04:00
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
The infrastructure layer provides the physical and logical foundation for all
|
|
|
|
|
NodeZero services. It consists of 200 archival nodes (20 core, 80 edge, 14
|
|
|
|
|
gateway, 86 micro), mesh networking, and multi-modal internet connectivity.
|
|
|
|
|
|
|
|
|
|
## Node Architecture
|
|
|
|
|
- **Core Nodes (20):** 32GB RAM, 8-32TB storage, fiber-backed
|
|
|
|
|
- **Edge Nodes (80):** 8GB RAM, 2-8TB storage, WiFi mesh
|
|
|
|
|
- **Gateway Nodes (14):** x86_64, 16GB RAM, multi-uplink
|
|
|
|
|
- **Micro Nodes (86):** 4GB RAM, 1-4TB storage, low-power
|
|
|
|
|
|
|
|
|
|
## Mesh Network
|
|
|
|
|
- LoRa, WiFi, cellular, and fiber multi-connectivity
|
|
|
|
|
- Redundant paths for every node
|
|
|
|
|
- Automatic failover and load balancing
|
|
|
|
|
|
|
|
|
|
## Internet Connectivity
|
|
|
|
|
- Fiber backbone for core/gateway nodes
|
|
|
|
|
- Cellular backhaul (MEO, NOS, Vodafone)
|
|
|
|
|
- Satellite backup for all nodes
|
|
|
|
|
- Autonomous mesh operations with offline capability
|
|
|
|
|
|
|
|
|
|
## Zone Coverage
|
|
|
|
|
- Zone A: Centro (60 nodes)
|
|
|
|
|
- Zone B: Industrial (50 nodes)
|
|
|
|
|
- Zone C: Commercial (50 nodes)
|
|
|
|
|
- Zone D: Port (40 nodes)
|
|
|
|
|
- Zone E: Residential North (40 nodes)
|
|
|
|
|
- Zone F: Periphery (60 nodes)
|