![]() |
wloc
0.7.0
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
None | fetch (self) |
list | networks (self) |
Static Public Member Functions | |
str | conv_strength (int stp) |
Private Member Functions | |
None | _clear_networks (self) |
None | _fetch_networks (self) |
Private Attributes | |
_netlist | |
|
privateinherited |
Clears the list of available networks if not empty.
|
private |
Connects to the Network Manager. Fetches the list of available networks and stores them in a private class field.
Reimplemented from wloc.fetchers.FetcherCommon.
|
staticinherited |
Converts Wi-Fi signal strength percents to RSSI (dBm). :param stp: Signal strength in percents. :return: Signal strength in dBm.
|
inherited |
Fetches the list of available networks.
|
inherited |
Gets list of available wireless networks. :return: List of available wireless networks.