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

Read receiver more intelligently #174

Open
ktind opened this issue Apr 6, 2015 · 0 comments
Open

Read receiver more intelligently #174

ktind opened this issue Apr 6, 2015 · 0 comments

Comments

@ktind
Copy link
Contributor

ktind commented Apr 6, 2015

Currently 1 page of each record type is read with every device poll. This is satisfactory for an OTG connection but presents a challenge with BLE due to the bandwidth constraints. Reading 1 page for each record is slow via BLE and causes delay in getting the data to the user.

We should be able to make intelligent assumptions based on data that we have and the options the user has selected in order to reduce the amount of data that we read. This should get the data to the user a little faster.

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

1 participant