| Interface | Description |
|---|---|
| DistanceCalculator |
Interface for a class that can estimate the distance between a mobile
device and a beacon based on the measured RSSI and a reference txPower
calibration value.
|
| Class | Description |
|---|---|
| AndroidModel |
Represents a specific Android device model based on the available device build information
Created by dyoung on 8/28/14.
|
| CurveFittedDistanceCalculator |
This class estimates the distance between the mobile device and a BLE beacon based on the measured
RSSI and a txPower calibration value that represents the expected RSSI for an iPhone 5 receiving
the signal when it is 1 meter away.
|
| DistanceConfigFetcher |
Created by dyoung on 12/11/13.
|
| ModelSpecificDistanceCalculator |
Obtains a
DistanceCalculator appropriate for a specific Android model. |
| ModelSpecificDistanceUpdater |
Created by dyoung on 9/12/14.
|