Sensor Server
Stream phone's sensors to websocket clients
Version: 6.4.0
Added: 22-05-2023
Updated: 07-11-2024
Added: 22-05-2023
Updated: 07-11-2024
Android app which let you stream real-time sensor data from your phone to Websocket clients. Clients, including web browsers and other applications, are able to receive streamed data through the WebSocket client API.
To receive sensor data, Websocket client must connect to the app using following URL.
ws://[ip]:[port]/sensor/connect?type=[sensor type here]
Once connected, client will receive sensor data in JSON Array (float type values) through websocket.onMessage.
For complete guidance please visit https://github.com/umer0586/SensorServer
To receive sensor data, Websocket client must connect to the app using following URL.
ws://[ip]:[port]/sensor/connect?type=[sensor type here]
Once connected, client will receive sensor data in JSON Array (float type values) through websocket.onMessage.
For complete guidance please visit https://github.com/umer0586/SensorServer