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

Calculate a 'regulated' signal strength reading #25

Open
wilsonpage opened this issue Nov 18, 2016 · 0 comments
Open

Calculate a 'regulated' signal strength reading #25

wilsonpage opened this issue Nov 18, 2016 · 0 comments

Comments

@wilsonpage
Copy link
Contributor

Currently we're regulating an calculating signal strength -> distance on the client in JS. This is bad as it means we have to send many events over the bridge every second.

If this work was done in native code then we would only need to send data over when the value changes. Bridge traffic is minimised and clients can stay dumb.

Signal strength varies dramatically and is largely inaccurate. Therefore readings should be buffered and rounded up/down to normalize these irregularities.

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