Skip to content
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

Potential improvement: Move all on-headset data collection calls to a script inside the headset #1

Open
sacheendra opened this issue Oct 26, 2023 · 1 comment

Comments

@sacheendra
Copy link
Contributor

Currently, we make multiple calls into the headset using adb to collect data.
All the data could be collected by a script inside the headset and adb can be used to call the script once per each sampling cycle.

The script could also sample by itself and push data out using sockets. But that's a later task.

@jdonkervliet
Copy link
Member

jdonkervliet commented Oct 26, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants