wloc 1.0.1
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
None | __init__ (self) |
None | fetch (self) |
list | networks (self) |
Protected Member Functions | |
None | _clear_networks (self) |
None | _fetch_networks (self) |
Protected Attributes | |
_netlist | |
Abstract class for fetching the list of available Wi-Fi networks.
None wloc.fetchers.FetcherCommon.__init__ | ( | self | ) |
Main constructor of the FetcherCommon class.
|
protected |
Clears the list of available networks if not empty.
|
protected |
Fetches the list of available networks and stores them to the private class property. Abstract method. Must be overridden.
Reimplemented in wloc.fetchers.android.FetcherAndroid, wloc.fetchers.linux.FetcherLinux, and wloc.fetchers.windows.FetcherWindows.
None wloc.fetchers.FetcherCommon.fetch | ( | self | ) |
Fetches the list of available networks.
list wloc.fetchers.FetcherCommon.networks | ( | self | ) |
Gets list of available wireless networks. :return: List of available wireless networks.