Skip to content

Helm Protocol & SDK

The Helm Protocol (SLP) is a QUIC-based communication protocol for ultra-low latency synchronization in live production. Every piece of the Helm family speaks it — Cues, DJ, Clock, and third-party hardware.

GoalTarget
Timecode latency<1ms
Reliability99.99% uptime
Scalability100+ devices
SecuritySession-based auth
DiscoverabilityZero-config (mDNS)

The SDK lives at /sdk/ in the monorepo, as a Cargo workspace:

CrateUse
slp-coreCore types, message formats, codec. Use if you’re implementing your own transport.
slp-clientHigh-level client library. Use this for hardware devices.
slp-ffiC ABI bindings for C/C++ and other language bindings.