Skip to content

Releases: umer0586/SensorServer

SensorServer v6.4.0

04 Nov 10:22
Compare
Choose a tag to compare

New Feature

Easy Connect: Network 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 service discovery to locate the server dynamically, rather than relying on hardcoded network configurations.
See Complete Python Example at Connecting To the Server Using Service Discovery

Sensor Server v6.3.2

23 Oct 16:45
Compare
Choose a tag to compare

Bug Fix:

  • Resolved an issue that occurred when attempting to use a high sensor sampling rate without the necessary HIGH_SAMPLING_RATE_SENSORS permission on devices running Android 12 or later. 5291957

Sensor Server v6.3.1

06 Aug 19:49
Compare
Choose a tag to compare

App Crash Fix

Fixed app crashing when WebsocketNotConnectedException was thrown #63

Sensor Server v6.3.0

04 Aug 10:47
Compare
Choose a tag to compare

New Feature

Real-time plotting of accelerometer, gyroscope, and magnetometer data has been integrated into a web application. b76cf1b

plotting

Sensor Server v6.2.0

30 Jul 03:42
Compare
Choose a tag to compare

Feature:

  • RunTime Notification permission request for Android 13 or later 84aa6a4

Bug Fix:

  • Unable to stop server from Notification in Android 14 f585a82

Sensor Server v6.1.1

23 Jul 10:45
Compare
Choose a tag to compare

Bug Fixed : Unable to stop server in Android 14 #56

Sensor Server v6.1.0

19 Jul 12:32
c7a75a5
Compare
Choose a tag to compare

New Feature

  1. Clients can now request last known location from the server by sending "getLastKnownLocation" message #60

Bug Fix

  1. Fixed #61

Sensor Server v6.0.0

29 Jun 06:08
Compare
Choose a tag to compare
  1. Web server added 32e043a
  2. An embedded web app added to allow viewing sensor data in a web browser (eefd483 ad0f5af).
  3. Landscape orientation now supported

Sensor Server v5.3.0

23 Feb 10:32
38d7853
Compare
Choose a tag to compare

Notable Changes

  • Fix : Hotspot option gets disable while navigating back to settings screen 7eaa3ef
  • Now a user can stop server from notification message 0fc38ee
  • 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 3a13ed8

Code Improvements

Sensor Server v5.2.0

17 Feb 09:32
Compare
Choose a tag to compare

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. (77a4d86)