-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream on device boot #67
Comments
While it's possible to implement, could you clarify the use case for this functionality? |
I am trying to put the phone somewhere that is hard to reach and collect data from sensors, while I have to turn off and turn on the phone sometimes with a wireless controlled setup I have made, it will be great that when the phone turns on, i don't need to open up the application and start the server manually, this gives more reliability for the project, also I was thinking that this can be used when you don't need to have a screen on the phone, I mean you have only the motherboard of the phone working reliably and collecting data. |
That sounds like a useful scenario, and I would definitely like to add this feature to the app. However, it will take some time and can't be implemented right away. Currently, I'm working on another sensor streaming app that sends sensor data over UDP, and I believe it would be easier to integrate this functionality into that project. |
That's wonderful, and is that project already available? It would be nice if the option be available in this app also, because the app and the websocket is stable enough to let it run for hours. Thanks for your response, and for your great work! |
That project isn't available yet, but I'll definitely consider adding this feature to the current app as well. Once I have some time, I’ll work on implementing it. |
That's really nice! I will be waiting for it! |
The new project (SensaGram) is now available, but it does not yet include the stream-on-boot functionality. |
@Manouel96 |
Hi @umer0586 , I am using Android 7.0, so i think this feature should be possible. |
So this functionality will work only for older devices |
@Manouel96 |
@umer0586 that's great, thanks for your response! |
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,
Manouel
The text was updated successfully, but these errors were encountered: