package icon

Sensor Server

Stream phone's sensors to websocket clients
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

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid