package
Version:
v0.0.0-...-e2ac681
Opens a new window with list of versions in this module.
Published: Jul 13, 2022
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Add wifi location data to database
Function for estimates your current location using new Wi-Fi signal data.
Returns the received Wi-Fi data for the test.
type Passwd struct {
Key string `json:"key"`
}
password data struct
type PosData struct {
Position string `json:"position"`
Password string `json:"password"`
WifiData []WifiData `json:"wifi_data"`
}
struct for json data from client
type WifiData struct {
Bssid string `json:"bssid"`
}
wifi data in PosData
Source Files
¶
Click to show internal directories.
Click to hide internal directories.