Sensor Server

Stream phone's sensors to websocket clients
AppID:github.umer0586.sensorserver
Author:Umer Farooq
License:GPL-3.0-only
Donation:
InRepoSince:2024-07-19
LastRepoUpdate:2024-11-07
LastAppUpdate:Unknown
LastVersion:6.4.0
Categories:Connectivity
APK source:Github
Google Play:Check if it's there
icon 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

WhatsNew:

New Feature : Service Discovery Support
The app now supports Zero-configuration networking (Zeroconf/mDNS), enabling automatic server discovery on local networks. This feature eliminates the need for clients to hardcode IP addresses and port numbers when connecting to the WebSocket server. When enabled by the app user, the server broadcasts its presence on the network using the service type "_websocket._tcp", allowing clients to discover the server automatically. Clients can now implement servic

Download Source Issues ChangeLog
01.jpg 01.png 02.jpg 02.png 03.jpg 03.png 04.jpg 04.png 05.jpg 05.png 06.jpg 06.png 07.jpg 07.png
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages