SigStream SigStream
Live telemetry in seconds

Real-time device monitoring that’s developer-friendly

Install our lightweight Windows agent (reads a COM port), streams telemetry with offline buffering, and view it live in our built-in dashboard — or consume it via simple REST & SSE APIs.

Affordable & hobbyist-friendly: 14-day free trial, then just $15/month (USD). No lock-in.

Online devices
Last 120s
Events / min (5m)
Registered devices

See live telemetry in action

60-second tour: Windows agent reads a COM port, buffers offline, and streams into the SigStream dashboard in real time (SSE).

  • • Lightweight agent — no admin rights required
  • • Offline-first: automatic replays when back online
  • • REST + SSE: build your own UI in minutes
Autoplay when visible · muted

How it works

1) Create an API key

Per-device keys keep data clean and tenant-safe.

2) Install the Windows agent

Reads telemetry from a COM port, buffers offline, and forwards securely.

3) View or build

Use our dashboard, or integrate via REST & EventSource (SSE).

Everything you need — nothing you don’t

SSE live streaming

Low-latency updates for dashboards and dev tools with browser-native SSE.

Lightweight agent

Never lose data — offline buffering + backpressure for patchy networks.

Developer-friendly

Curl, fetch, and EventSource examples; JSON payloads you control.

Tenant-aware security

Per-device keys mapped to owners; safe by default for shared fleets.

Built-in dashboard

Clean UI out of the box — ideal if you don’t want to write front-end code.

Hobbyist pricing

$15/month after a 14-day free trial. USD.

What builders say

“Got serial data streaming to a web UI in under 10 minutes. The SSE feed is perfect.”
— Alex R., Embedded Dev
“Offline buffering saved a field test. Data backfilled when the truck got signal again.”
— Priya S., Robotics
“No Kafka, no infra drama. Simple keys per device and a clean dashboard.”
— Marco D., Indie Hacker
“Exactly what we needed for demos — reliable live charts without custom backend work.”
— Sam K., Hardware Startup
“Got serial data streaming to a web UI in under 10 minutes. The SSE feed is perfect.”
— Alex R., Embedded Dev
“Offline buffering saved a field test. Data backfilled when the truck got signal again.”
— Priya S., Robotics
“No Kafka, no infra drama. Simple keys per device and a clean dashboard.”
— Marco D., Indie Hacker
“Exactly what we needed for demos — reliable live charts without custom backend work.”
— Sam K., Hardware Startup

Build in minutes

REST — latest telemetry
curl -H "X-API-Key: YOUR_DEVICE_API_KEY" \
  "https://sigstreamcloud.com/devapi/telemetry?limit=50"
SSE — live stream
<script>
const es = new EventSource("/devapi/stream?api_key=YOUR_DEVICE_API_KEY");
es.addEventListener("telemetry", (e) => console.log(JSON.parse(e.data)));
es.addEventListener("heartbeat", (e) => console.log("hb", JSON.parse(e.data)));
</script>

Try it free, then $15/month

Affordable & hobbyist-friendly • 14-day free trial • Cancel anytime • Charged in USD

SigStream

14-day trial

Full access: Windows agent (COM port), built-in dashboard, REST & SSE APIs.

$15.00 /month
Login to start trial
Data retention

Trial: 7 days per device
Paid: 30 days per device
Nightly purge runs automatically.

Devices per account

Up to 1 active device included.

Need more? Contact us.

Privacy & control

We store only the telemetry you send. See our Privacy Policy.

Start your 14-day trial
Hobbyist-friendly: $15/mo afterwards
Login