nrf.roseau.ai

Read-only field telemetry dashboard

SvelteKit UI over a narrow ops API. The dashboard can read enabled devices and RSRP history only; PostgreSQL remains private behind the ingest service.

Devices
0

Enabled devices visible in the dashboard

Window
24h

24 hours of historical RSRP samples

Last refresh
Mar 24, 2026, 8:02 PM

Browser polling runs every 60 seconds

Ops boundary

No direct database access

This app only hits its own server routes, which proxy to the ingest service using a server-side bearer token. The browser never receives database credentials or the ops token.

Current surface: /api/devices /api/rsrp

Controls

Device and window

Time range presets

Active device

None selected

Queries are always generated as ISO timestamps in the browser and proxied through SvelteKit server routes.

RSRP history

Select a device

Ordered time-series samples for the selected device over the last 24 hours.

Server environment is missing dashboard API configuration
Select an enabled device to request RSRP history.