Skip to content

Commit 5c2b8f0

Browse files
authored
Update README.md
1 parent b554302 commit 5c2b8f0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
#### SensorServer transforms your Android device into a versatile sensor hub, providing real-time access to its entire array of sensors. Through its WebSocket server, SensorServer allows multiple clients to simultaneously connect and retrieve live sensor data.The app exposes all available sensors of the Android device, enabling WebSocket clients to read sensor data related to device position, motion (e.g., accelerometer, gyroscope), environment (e.g., temperature, light, pressure), GPS location, and even touchscreen interactions.
11+
#### SensorServer transforms Android device into a versatile sensor hub, providing real-time access to its entire array of sensors. It allows multiple Websocket clients to simultaneously connect and retrieve live sensor data.The app exposes all available sensors of the Android device, enabling WebSocket clients to read sensor data related to device position, motion (e.g., accelerometer, gyroscope), environment (e.g., temperature, light, pressure), GPS location, and even touchscreen interactions.
1212

1313
<img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/01.png" width="250" heigth="250"> <img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/02.png" width="250" heigth="250"> <img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/03.png" width="250" heigth="250"> <img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/04.png" width="250" heigth="250"> <img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/05.png" width="250" heigth="250"> <img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/06.png" width="250" heigth="250">
1414
<img src="https://github.com/umer0586/SensorServer/blob/main/fastlane/metadata/android/en-US/images/phoneScreenshots/07.png" width="250" heigth="250">
@@ -123,10 +123,6 @@ connect("ws://192.168.0.103:8080/sensor/connect?type=android.sensor.acceleromete
123123
Also see [
124124
Connecting to Multiple Sensors Using Threading in Python](https://github.com/umer0586/SensorServer/wiki/Connecting-to-Multiple-Sensors-Using-Threading-in-Python)
125125

126-
127-
![Animation - 1728327011432](https://github.com/user-attachments/assets/17381525-4e37-42d2-bc6d-0eb64547cb94)
128-
## [7 Oct 2024] I’ve started another open-source project for streaming Android sensor data over UDP (User Datagram Protocol). You can check it out here: [SensaGram](https://github.com/umer0586/SensaGram).
129-
130126

131127
## Using Multiple Sensors Over single Websocket Connection
132128
You can also connect to multiple sensors over single websocket connection. To use multiple sensors over single websocket connection use following **URL**.

0 commit comments

Comments
 (0)