WebSocket is a computer communications protocol, providing a secure communication channel over a single TCP connection, enabling interaction between a client application and cloud service with lower overhead than alternatives such as HTTP polling, and facilitating real-time data transfer and streams of messages. Users can subscribe to the following measurement stream API to receive measurements.
Channel | Description |
---|---|
/measurement-stream |
Measurements for all devices |
/measurement-stream?{sensor_id} |
Measurements for a specific sensor |