Real-Time Runtime Integrations
Real-time monitoring and control
- The Client queries device information with
GET /devices/{id}. - The Server returns the endpoint of the Track that the Device publishes in real time.
- The Client subscribes directly to the required Tracks in Moth and receives video, LiDAR, sensors, and other data.
- When control is required, the Client publishes a control message on the
CONTROLTrack and the Device receives it.
Common Track examples
- camera
- LiDAR
- audio
- sensors
- SLAM, GPS, and 3D-related data
In short, Moth owns the real-time data plane, while CoBiz Server owns the domain-state control plane.