ZeqSync — Packet Synchronization
Zeqond-grid packet synchronization. Every packet timestamped to the 0.777s grid — no clock drift, no NTP dependency. The replacement for network time protocols.
| Endpoint | POST /api/network/sync |
| Auth | api-key |
| Rate limit | 120/min |
| Category | network |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
clientZeqond | number | Yes | Client's current Zeqond count. |
clientPhase | number | Yes | Client's phase [0,1). |
Returns
{ serverZeqond, serverPhase, drift, correctionMs, synchronized, R_t }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"clientZeqond": 0,
"clientPhase": 0
}' \
"https://zeqsdk.com/api/network/sync"
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-sync.