umer0586 / SensorServer

Android app which let you stream various phone's sensors to websocket clients
GNU General Public License v3.0
278 stars 31 forks source link

Features suggestion #4

Closed ghost closed 2 years ago

ghost commented 2 years ago

It would be great if the server wasn't shutting down after we close the app. And a "start on boot" option would be useful too.

(sorry if opening an issue wasn't necessary for this, I don't really know how github works.)

umer0586 commented 2 years ago

@n0n467 Thanks for sharing new idea.

Currently both of your suggestions can be implemented by non trivial changes but the question is why would some one want the server to start on boot up. What's the use case ?

Secondly, if you switch to other app while SensorSever is running (not closed) , the connected clients still receives sensor data.

(Github offers discussions for non issues stuff. Issue can easily be converted to discussions )