SensorServer
SensorServer copied to clipboard
Android app which let you stream various phone's sensors to websocket clients
Hi, first thing, thank you for this awesome app! The only issue I have is that app stops providing data when screens shuts down. Connection is not dropped, but data...
Crash report received via email version v5.2.0 Android 14 java.lang.RuntimeException: Unable to start service github.umer0586.sensorserver.service.SensorService@dbf14d7 with null: java.lang.NullPointerException: Parameter specified as non-null is null: method github.umer0586.sensorserver.service.SensorService.onStartCommand, parameter intent\n\tat android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5286)\n\tat android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown...
Phone: Samsung Galaxy S22; Android 14; Kernel 5.10.177; One UI version 6.0. Bug: The server does not stop after activating the stop button on the main screen of the App....
When I am trying to read the GPS data with websocket with python, showing the gps is connected both on the server app and the terminal app but no data...
5.0 wanted Java17 first: https://monitor.f-droid.org/builds/log/github.umer0586.sensorserver/23#site-footer So I added that: https://gitlab.com/fdroid/fdroiddata/-/blob/b8ea88726347a153db79c42a612f271733dc0385/metadata/github.umer0586.sensorserver.yml#L34-L37 And another fix: https://github.com/umer0586/SensorServer/pull/31 But now it's not repro anymore? https://gitlab.com/fdroid/fdroiddata/-/jobs/4805397553#L458 @umer0586 did you build https://github.com/umer0586/SensorServer/releases/tag/v5.0.0 with Java17? /LE: fyi...
Hi, I noticed during trying out the app/websocket, I noticed, the step_detector is absent. It's mentioned in the readme-ov-file#usage section. I choose it due to it's mentioned step detector "capability"....
Hi. Cool app! I managed to open a websocket and stream GPS and Acellerometer data. However, when i try to access the settings to change my sampling rate, the app...
Hi @umer0586, Thanks for the nice job. Can we add an option to start the application and run the server automatically on device boot? This will help a lot! Regards,...