Documentation

Get your telemetry in.

A quick orientation. Full developer docs live on the docs site.

This is a v1 stub. The full documentation site is coming.

The topic standard

Telemetry uses deterministic topics so identity is never parsed from a string. Reserved $meta and $cmd subtrees are excluded from the telemetry write rule.

 # telemetry
tenants/{tid}/devices/{did}/{subsystem}/{field} # reserved (excluded from the write rule)
tenants/{tid}/devices/{did}/$meta/heartbeat
tenants/{tid}/devices/{did}/$cmd/ota

Publish an example

 mosquitto_pub -h mqtt.neoorbit.eu -p 8883 \
--cert device.pem --key device.key \
-t "tenants/t_42/devices/sat-01/adcs/body_rate_x" \
-m '0.021' 
Each device gets its own credentials and an ACL scoped to its subtree. mTLS is available for enterprise and defence.

Authentication

Each device gets its own credentials and an ACL scoped to its subtree. mTLS is available for enterprise and defence.