You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Elias Lecomte edited this page Oct 24, 2016
·
12 revisions
Welcome to the ibeacon-scanner-android wiki!
Goals
Make it easy to scan for iBeacons on Android.
Make use of the Adroid's ScanFilters to save power and only get notified when we enter the range of an iBeacon the app is monitoring.
Be able to monitor multiple iBeacons.
Only start scanning when possible and pass appropriate error messages when it is not possible.
On iOS, apps are notified when they exit the range of an iBeacon. Add this behavior.
The OnScanResult is called every few seconds when we are in the range of an iBeacon. Only pass the first, as an enter. Even when the service or app restarts. Until exit has happened.
The IBeaconScanner can be used in an App (foreground) or in a Service (background).