Skip to main content

ZeqDeepComms — Deep Space Communication

Deep space communication with phase-locked signal recovery. Compensates for light-delay using Zeqond prediction — receiver knows the exact phase the signal was sent at.

EndpointPOST /api/space/comms/link
Authapi-key
Rate limit20/min
Categoryspace

Parameters

NameTypeRequiredDescription
distanceAunumberYesDistance in astronomical units.
txPowerWnumberYesTransmitter power in watts.
antennaGainDbnumberYesAntenna gain in dB.
frequencyGhznumberNoCarrier frequency. Default: 8.4 (X-band).

Returns

{ lightDelaySeconds, dataRateBps, snrDb, bitErrorRate, zeqondOffset, phaseRecovery }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"distanceAu": 0,
"txPowerW": 0,
"antennaGainDb": 0,
"frequencyGhz": 8.4
}' \
"https://zeqsdk.com/api/space/comms/link"

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-deepcomms.