Skip to main content

ZeqSCADA — Secure Industrial Control

Secure industrial control using TESC ephemeral channels. Every command encrypted with a PLAT valid for one Zeqond (0.777s) — replay attacks physically impossible.

EndpointPOST /api/iot/scada/command
Authapi-key
Rate limit60/min
Categoryiot

Parameters

NameTypeRequiredDescription
controllerIdstringYesSCADA controller identifier.
commandobjectYesControl command payload.
prioritystringNo'normal', 'high', 'emergency'. Default: 'normal'.

Returns

{ commandId, encrypted, plat, zeqondSent, acknowledged, latencyMs }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"controllerId": "<controllerId>",
"command": {},
"priority": "normal"
}' \
"https://zeqsdk.com/api/iot/scada/command"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-scada.