The document outlines a final project to design and implement a basic node-based networking system without internet service providers. It proposes using GPS coordinates to assign addresses and simulating data transfer between nodes to test performance. The key steps are:
1) Assign each node a unique address based on its GPS coordinates.
2) Specify node properties like transfer rate and range.
3) Simulate data transfer between random node pairs to determine latency and throughput.
4) Analyze the results to find worst-case performance and compare to typical internet speeds.
The goal is to evaluate if a decentralized mesh network could feasibly replace traditional internet infrastructure. The document describes addressing schemes, node specifications, and the process