Ground Station
Central server and operator frontend architecture for the telemetry platform.
Ground Station
This section covers the central coordination server and the frontend layer inside the full-stack application. It defines the architectural boundary between mission control logic, API contracts, and operator UI. The implementation stack is still provisional; TypeScript and Hono are candidates, not commitments.
Subsections
- Backend - node coordination, telemetry normalization, mission state, and transport boundaries
- Frontend - dashboard pages, widgets, roles, and real-time views
Current Detailed Docs
- Ground Station Backend
- Ground Station Central Aggregator
- Shared APIs & Contracts
- Shared Control Plane & Data Plane
- Project Operational Flow
- Project Deployment & Risks
- Project Reasoning Notes
- Project Gaps & Deferred Decisions
- Ground Station Control Surface Design
- Ground Station Frontend Architecture
Migration Note
The detailed pages above now live under the new project, shared, and ground-station folders. Legacy /docs/system/... links redirect to the new paths.
Project Architecture Gaps and Deferred Decisions
This section identifies architectural decisions that are currently **proposed** but not yet formally decided. Each item requires a formal ADR to move from "proposed" to "accepted" status.
Ground Station Backend
Backend services for mission control, telemetry normalization, and API contracts.