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

Investigate continuous monitoring of RSSI (ScanResult.level) in dBm #26

Open
pwittchen opened this issue Apr 11, 2017 · 0 comments
Open
Assignees

Comments

@pwittchen
Copy link
Owner

pwittchen commented Apr 11, 2017

Investigate continuous monitoring of ScanResult.level (RSSI) in dBm. Not only when WiFi signal strength changes (what is indicated by system broadcast), but all the time within a given interval.

Draft of proposed API (it may change):

Observable<Integer> observeRssiOfConnectedAp();
Observable<Integer> observeRssiOfConnectedAp(int observingIntervalInMs);
Observable<Integer> observeRssi(String accessPoint);
Observable<Integer> observeRssi(String accessPoint, int observingIntervalInMs);

References:
https://developer.android.com/reference/android/net/wifi/ScanResult.html

@pwittchen pwittchen self-assigned this Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant