wloc 1.1.0
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
None | __init__ (self) |
list | get_networks (self) |
Protected Member Functions | |
None | _fetch_list (self) |
Abstract class used for platform-dependent fetching the list of available Wi-Fi networks.
None wloc.fetchers.native.NativeBackendCommon.__init__ | ( | self | ) |
Main constructor of the FetcherBackendCommon class.
Reimplemented in wloc.fetchers.android.termux.TermuxNativeAPI, and wloc.fetchers.windows.wlan.WlanNativeAPI.
|
protected |
Fetches the list of available networks and stores them in a private class property. Abstract method. Must be overridden.
Reimplemented in wloc.fetchers.android.termux.TermuxNativeAPI, wloc.fetchers.linux.netman.NetworkManagerNativeAPI, and wloc.fetchers.windows.wlan.WlanNativeAPI.
list wloc.fetchers.native.NativeBackendCommon.get_networks | ( | self | ) |
Gets the list of available Wi-Fi networks with their BSSID and signal strength. :return: The list of available Wi-Fi networks.