Skip to main content

ZeqLifeSupport — ECLSS Modeling

Environmental Control and Life Support System modeling. Atmospheric composition, thermal regulation, water recycling — closed-loop systems via coupled ODEs.

EndpointPOST /api/space/lifesupport/simulate
Authapi-key
Rate limit10/min
Categoryspace

Parameters

NameTypeRequiredDescription
crewSizenumberYesNumber of crew members.
habitatVolumeM3numberYesHabitat volume in m³.
missionDaysnumberYesMission duration.

Returns

{ o2ConsumptionKgDay, co2ProductionKgDay, waterRecycleRate, thermalLoadW, closureRatio }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"crewSize": 0,
"habitatVolumeM3": 0,
"missionDays": 0
}' \
"https://zeqsdk.com/api/space/lifesupport/simulate"

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