Skip to main content

ZeqSatellite Comms

LEO satellite relay for remote areas. Zeqond-compensated Doppler correction, store-and-forward with guaranteed delivery.

EndpointPOST /api/comms/satellite
Authapi-key
Rate limit5/min
Categorycommunications

Parameters

NameTypeRequiredDescription
destinationstringYesGround station ID or lat/lng.
payloadstringYesData payload.
prioritystringNo'routine', 'priority', 'emergency'.

Returns

{ uplinkId, satelliteId, dopplerCorrection_Hz, deliveryWindow, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"destination": "<destination>",
"payload": "<payload>",
"priority": "routine"
}' \
"https://zeqsdk.com/api/comms/satellite"

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-satellite-comms.