Telemetry transport

Ship device telemetry that always checks out.

Cobalt Relay encodes, streams, and verifies packets from millions of edge devices — with frame-level integrity baked into every transmission, so corrupt data never reaches your stack.

99.99%
frame delivery
4.2B
packets / day
<8ms
p50 decode
packet-inspector — sandbox live
Inbound frame device cb-7731 · channel 04
key cobalt transform xor / repeating declared crc 0x68C5
decoder.js edit & run to inspect the payload
awaiting run crc 0x68C5 · got 
Run the decoder to inspect the frame.

Trusted at the edge by

Why teams pick Relay

Integrity is part of the wire format, not an afterthought.

Every frame carries its own checksum and is masked before it leaves the device. If a byte shifts in transit, the decoder rejects the frame instead of handing your application garbage.

Frame-level integrity

A Fletcher-16 checksum rides with every packet. Corrupt frames fail validation on ingest and never propagate downstream.

Repeating-key masking

A lightweight XOR transform keeps payloads opaque on the wire — no heavyweight handshake, no per-frame key exchange overhead.

Position-bound channels

Key bytes rotate by offset, so a frame only unmasks when each byte is read in the exact slot the sender wrote it. Alignment is everything.

How Relay moves a frame

Three steps from device to verified payload.

STEP 01

Encode at the edge

The device masks each frame with the channel key, advancing the key offset per byte, then appends the frame checksum.

STEP 02

Stream through Relay

Frames travel over your existing transport untouched. Relay never inspects or mutates payload bytes in flight.

STEP 03

Verify on ingest

The decoder unmasks each byte by its position, recomputes the checksum, and only hands a frame off once integrity is confirmed.

Get started

Start streaming verified telemetry in minutes.

Spin up a channel, point your devices at Relay, and watch frames arrive intact — or fail loudly when they don't.