Connectivity › Sensor Server
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

Sensor Server

Stream phone's sensors to websocket clients
Version: 5.3.0
Added: 22-05-2023
Updated: 28-02-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

Screenshot of Sensor Server Screenshot of Sensor Server Screenshot of Sensor Server
code Source file_download Download