Second SDR: ADS-B/AIS telemetry ingestion + live map overlay (server side) #157

Open
logan wants to merge 0 commits from feat/second-sdr-adsb-ais into main
Owner

node-26#9. Review record for the server-side half of second-SDR support — by the time this branch was pushed, main already contained these commits directly (a concurrent session pushed an unrelated commit on top of them before this PR could be opened normally), so this PR may show no diff against main. Opening anyway for the review trail.

Commits: 8892e82 (secondary_sdr_mode/sdr_count on NodeRecord), 5537b09 (POST /telemetry/adsb + aircraft Firestore collection + map overlay), 3d2b722 (POST /telemetry/ais + vessels Firestore collection + map overlay).

Verified: server-26 pytest 407/407. Frontend changes unverified via typecheck (no Node.js on the authoring box). infra/firestore/firestore.rules additions need a deploy — see server-26#51 for the CI gap being fixed separately.

node-26#9. Review record for the server-side half of second-SDR support — by the time this branch was pushed, `main` already contained these commits directly (a concurrent session pushed an unrelated commit on top of them before this PR could be opened normally), so this PR may show no diff against main. Opening anyway for the review trail. Commits: 8892e82 (secondary_sdr_mode/sdr_count on NodeRecord), 5537b09 (POST /telemetry/adsb + aircraft Firestore collection + map overlay), 3d2b722 (POST /telemetry/ais + vessels Firestore collection + map overlay). Verified: server-26 pytest 407/407. Frontend changes unverified via typecheck (no Node.js on the authoring box). `infra/firestore/firestore.rules` additions need a deploy — see server-26#51 for the CI gap being fixed separately.
This branch is already included in the target branch. There is nothing to merge.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/second-sdr-adsb-ais:feat/second-sdr-adsb-ais
git checkout feat/second-sdr-adsb-ais
Sign in to join this conversation.