Skip to main content

ZeqFusion — Sensor Fusion

Multi-sensor data fusion using ZeqLattice coherence. Combine readings from diverse sensors — the framework weights them by phase alignment and measurement quality.

EndpointPOST /api/iot/fusion
Authapi-key
Rate limit30/min
Categoryiot

Parameters

NameTypeRequiredDescription
sensorsarrayYesArray of { sensorId, type, value, accuracy, zeqond }.

Returns

{ fusedValue, confidence, sensorWeights, coherenceScore, outliers }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensors": []
}' \
"https://zeqsdk.com/api/iot/fusion"

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-sensor-fusion.