Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APInfo ¶
type APInfo struct {
BSSID string `json:"bssid"`
RSSI int64 `json:"rssi"` // Recieved Signal Strength Indicator
}
APInfo is useful info of WIFI AP for location
type LocationInfo ¶
type Locator ¶
type Locator interface {
// Locate device by compute current apList1 with apList2 in database.
Locate(APVector, []APVector) LocationInfo
}
Locator is common interface of all locate algorithms
Click to show internal directories.
Click to hide internal directories.