Sensor Server
Stream phone's sensors to websocket clients
新版本 6.4.0
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
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
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
版本
尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。
下载 F-Droid-
该版本需要 Android 5.0 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。
-
该版本需要 Android 5.0 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。
-
该版本需要 Android 5.0 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。













