mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-01 22:26:04 +08:00
Send live bridge telemetry to the backend so it can drive proactive, aircraft-state-aware ATC. Purely additive — bridge-less sessions are unchanged. - NormalizedTelemetry contract + sendTelemetry() + telemetry_fired (useRadioBackend.ts), sim-agnostic and matched to the backend contract - extract applyBackendDecision() so telemetry- and pilot-driven ATC responses land through one shared path - normalizeBridgeTelemetry() + change-detection + forwardTelemetryToBackend() wired into the existing bridge poll Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>