Skip to main content

ZeqChannel — Error Correction

Channel coding using operator coupling weights as error correction coefficients. The mathematical structure of operator relationships provides redundancy patterns.

EndpointPOST /api/telecom/channel/encode
Authapi-key
Rate limit30/min
Categorytelecom

Parameters

NameTypeRequiredDescription
datastringYesData to encode (hex).
codeRatestringNoCode rate: '1/2', '2/3', '3/4', '5/6'. Default: '1/2'.
operatorsarrayNoOperator IDs for coefficient derivation.

Returns

{ encoded, codeRate, redundancyPct, correctionCapability, operatorsUsed }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"data": "<data>",
"codeRate": "1/2",
"operators": []
}' \
"https://zeqsdk.com/api/telecom/channel/encode"

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-channel-code.