Realtime streams
Subscribe to telemetry events over WebSockets for instant dashboard updates and operational alerting.
0x1 App provides lightweight observability for sensors, gateways, and distributed edge devices. Stream telemetry, detect offline nodes, and track environmental data in realtime.
Collect gateway heartbeats, sensor readings, connectivity statistics, and alert events using a compact realtime API.
Subscribe to telemetry events over WebSockets for instant dashboard updates and operational alerting.
Track online state, battery levels, signal quality, message age, and firmware versions for each gateway.
Designed for low-bandwidth deployments where compact JSON events and durable sessions are preferred.
Device events can be delivered to dashboards through the realtime telemetry endpoint. The frontend subscribes to live updates and renders fleet state as messages arrive.
GET /api/v1/telemetry/live
Upgrade: websocket
{
"device_id": "gw-eu-142",
"status": "online",
"temperature": 22.4,
"humidity": 41,
"battery": 87,
"rssi": -61,
"latency_ms": 38,
"ts": 1760000000
}