—
Signed-in account and API access
Paste this on other devices (e.g. iPad) if the login flow can't reach the Worker.
Drift Analysis dashboard release history
config_DRIFT-###.h header (copy or download) that drops straight into the Myriota SDK build tree — one #define per parameter, so nothing gets typed twice and every flashed unit carries its identity, sponsor, area, profile, and cadence constants baked into the firmware.simulate_ingest.sh.POST /api/ingest on the Worker, ready to receive real fixes from a Myriota webhook. Accepts one point or a batch, resolves drifters by ID or module serial, auto-links each fix to the open deployment, updates the drifter's last-known position (skipping out-of-order deliveries).INGEST_TOKEN secret rather than the admin key, so a leaked webhook URL cannot pivot into the fleet management API.POST /api/ingest/simulate generates a plausible fix near a drifter's last known position and pushes it through the real ingestion path, so you can smoke-test the whole pipeline without hardware.track_points reads is scheduled for v3.5.track_points reads once v3.3's Myriota webhook lands.position: fixed was never applied). Now correctly covers the whole viewport so you can log in on any device without scrolling past the map to find the fields.?api= in URLs — the Worker URL is now baked into the frontend as a default. Bookmark the plain drift-analysis.pages.dev URL and login works out of the box.?api=<url> for local dev, ?api= (empty) for same-origin once a route is set.deploy.sh now auto-installs wrangler if it's missing (fixes the Cloud Shell wipe-on-session issue) and treats a failed D1 backup as a warning rather than a hard-stop, so schema/worker/pages steps always run.wrangler secret put ADMIN_PASSWORD.POST /api/login worker endpoint validating ADMIN_EMAIL / ADMIN_PASSWORD secrets and returning the FLEET_API_KEY.drift-analysis project.Recording at currently-selected playback speed
Preparing…