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

Signal strength threshold not being properly enforced #1

Open
LBlend opened this issue Feb 6, 2022 · 0 comments
Open

Signal strength threshold not being properly enforced #1

LBlend opened this issue Feb 6, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@LBlend
Copy link
Owner

LBlend commented Feb 6, 2022

The way the signal strength threshold is enforced may be problematic and cause the application to count the wrong number of devices.

This will happen all of the following happens:

  1. A device enters the vicinity of the threshold and triggers a DeviceAdded event
  2. The device goes outside the threshold but stays within the vicinity of the host device, not causing a DeviceRemoved event.

This is a critical bug because it may cause the application to gather bad data during training.

The bluer library which is used doesn't seem to provide any way to continuously check the signal strength of connected devices. Therefore it is likely that this library will need to be replaced. I don't know any other way of fixing it.

@LBlend LBlend added bug Something isn't working help wanted Extra attention is needed labels Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant