Skip to main content

ZeqFlightDynamics

6-DOF flight dynamics with HulyaPulse integration. Lift/drag/thrust/weight balance, stability derivatives, control surface response at Zeqond timestep.

EndpointPOST /api/aviation/flight-dynamics
Authapi-key
Rate limit15/min
Categoryaviation

Parameters

NameTypeRequiredDescription
aircraftConfigobjectYesMass, inertia, aero coefficients.
controlInputsobjectYes{ elevator, aileron, rudder, throttle }
atmosphereobjectNo{ 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.