ZeqSatellite Comms
LEO satellite relay for remote areas. Zeqond-compensated Doppler correction, store-and-forward with guaranteed delivery.
| Endpoint | POST /api/comms/satellite |
| Auth | api-key |
| Rate limit | 5/min |
| Category | communications |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
destination | string | Yes | Ground station ID or lat/lng. |
payload | string | Yes | Data payload. |
priority | string | No | '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.