SensorServer Versions Save

Android app which let you stream various phone's sensors to websocket clients

v5.3.0

3 months ago

Notable Changes

  • Fix : Hotspot option gets disable while navigating back to settings screen 7eaa3ef2b57b7b9f4eaeeb2e8593b70f233a673c
  • Now a user can stop server from notification message 0fc38ee291ec5e491ab3945b39e4a58b5d5d4cad
  • Uncheck Hotspot and AllInterface switch when localhost switch is in check state and vice versa
  • Sensors with reporting mode as REPORTING_MODE_SINGLE_SHOT are now filtered out from the list of available sensors 3a13ed82cd3bc738dac8d9315f0be8d1a1db5b26

Code Improvements

  • Use of Kotlin Coroutines 65195036d90c30a9e312135efb3d24435b71880d

v5.2.0

3 months ago

New Feature

The WebSocket server can be configured to bind to the address 0.0.0.0. This enables it to listen for incoming connections on all network interfaces of the Android device. (77a4d86deb532e3bb05b73eb3b4085944c1894dc)

v5.1.0

9 months ago

New Feature

  • By connecting to the address ws://<ip>:<port>/touchscreen, clients can now receive touch screen events

See : Controlling Mouse Movement Using SensorServer App

v5.0.0

9 months ago
  • Whole codebase migrated to kotlin 89ba9c5edace6906dc5aae82905f8ca90a8e3a9e
  • Crash reporting via email added 2d60bca96cd65cdc068d3a752fd56d16ff1d7c24
  • Network location provider removed 4922e79958ebe31ef019363c92d496d525de4eb7
  • Fixed : Toolbar expansion issued fix b41cb190a334c5d53b228532d792a3b320f201d0
  • Fixed : App crashes on devices with dark theme enabled e2e9d3b2f44e9ae699cc51ce77eb7cd56edeb5aa (#23)

v4.0.0

11 months ago
  • A navigation drawer has been added.
  • The settings option has been removed from the bottom navigation bar.
  • A screen showing the device axis has been added.
  • Settings can now be accessed through the navigation drawer.

⚠️ Important notice

The app currently encounters a crash when launched on devices with Dark Mode enabled (#23 ) . Therefore, please ensure that your device's Dark Mode setting is disabled. Rest assured, this issue will be addressed and resolved in the upcoming release of the app

v3.2.1

1 year ago

#21 There are two APKs attached here :-

  • SensorServer-v3.2.1.apk
  • SensorServer-v3.2.1-deprecated.apk

Only download and install SensorServer-v3.2.1.apk

v3.2.0

1 year ago

New Feature

  • Websocket Clients can now access device location using GPS or Network provider using ws://<ip>:<port>/location?provider=<provider type> 6ae18fad83b182542fa35372ce2c7c1123ffd0ce

v3.1.0

1 year ago

Changes

  • Connection Item UI Enhanced d7b0b023b4bcd3f22a6cf2d753fd46f57bd7d7d4
  • ListView replaced by RecyclerView in Connections Fragment 3ebb7c177839fdfd199ddef59029162adbb8acff

v3.0.0

1 year ago

New Features

  • User can use to multiple sensors over single Websocket Connection
  • User can close websocket connection by tapping close option
  • User can view sensors usage associated with websocket connection

v2.6.0

1 year ago

Changes (c2765e92e95804fb1bd565c05db87a85dd926432)

  • About section added
  • Launcher icon changed
  • Notification icon changed