What this does: connects to a Server-Sent Events endpoint exposed by a small bridge server you run on a laptop or workstation on the BAS network. The bridge polls BAS at intervals and pushes data; SHAKEDOWN holds a rolling window in memory. Use Snapshot to convert the live window into a persistent dataset.
Format: the bridge sends two event types. handshake (once on connect) carries point metadata. sample (on each new BAS read) carries one row of values. See README for a sample Flask bridge.