ZeqFlightDynamics
6-DOF flight dynamics with HulyaPulse integration. Lift/drag/thrust/weight balance, stability derivatives, control surface response at Zeqond timestep.
| Endpoint | POST /api/aviation/flight-dynamics |
| Auth | api-key |
| Rate limit | 15/min |
| Category | aviation |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
aircraftConfig | object | Yes | Mass, inertia, aero coefficients. |
controlInputs | object | Yes | { elevator, aileron, rudder, throttle } |
atmosphere | object | No | { altitude_ft, temperature_C, windVector } |
Returns
{ forces, moments, angularRates, flightPath, stallMargin_deg, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"aircraftConfig": {},
"controlInputs": {},
"atmosphere": {}
}' \
"https://zeqsdk.com/api/aviation/flight-dynamics"
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-flight-dynamics.