Space Mesh Networking
Delay-tolerant network in Go
- Built
- A Delay-Tolerant Networking system in Go that implements store-carry-forward delivery inspired by IETF Bundle Protocol v7 concepts.
- Contribution
- Built persistent bundle storage, TTL expiry, priority queues, ACK-based reliability, buffer-pressure handling, and a real-time React telemetry dashboard.
- Used raw TCP sockets to model disrupted links and resilient message movement.
- Implemented queueing and expiry logic so bundles can survive intermittent network availability.
- Exposed Go net/http telemetry streams for buffer occupancy, queue depth, link state, and delivery metrics.