One model across every sensor
Raw device frames decode into versioned readings with units, quality, calibration, and source metadata.
This area exposes the real telemetry contracts, edge behavior, verification path, and raw records used by the platform.
Raw device frames decode into versioned readings with units, quality, calibration, and source metadata.
Gateways keep a durable outbox, sign batches locally, and replay the original event time after reconnection.
Ed25519 signatures and a batch hash chain expose tampering instead of relying on dashboard trust.
Topologies, device profiles, storage, and transport adapters change while the canonical pipeline stays stable.
Preserve what arrived from the device.
Decode, normalize, and assign quality.
Buffer locally and publish with provenance.
Reject invalid data before storage.
Drive alerts, compliance, and investor proof.
The modal resolves the exact containing batch, signature, and available chain coverage.
Standalone gateway evidence appears here when the platform runs in edge/cloud split mode.
Inspect bounded raw frames, decoded readings, quality flags, timestamps, lag, sequence numbers, and JSON.