wloc  0.4.0
Simple Wi-Fi geolocation library and tool
wloc.fetcher.Fetcher Class Reference

Public Member Functions

None __init__ (self)
 
list networks (self)
 

Static Public Member Functions

str conv_strength (int stp)
 

Private Attributes

 __netlist
 

Constructor & Destructor Documentation

◆ __init__()

None wloc.fetcher.Fetcher.__init__ (   self)
Main constructor of Fetcher class.

Member Function Documentation

◆ conv_strength()

str wloc.fetcher.Fetcher.conv_strength ( int  stp)
static
Converts Wi-Fi signal strength percents to RSSI (dBm).
:param stp: Signal strength in percents.
:return: Signal strength in dBm.

◆ networks()

list wloc.fetcher.Fetcher.networks (   self)
Gets list of available wireless networks.
:return: List of available wireless networks.