Library to get the received signal strength indicator (RSSI) from Wi-Fi networks.
Project description
Pywifiscan
Library to get the received signal strength indicator (RSSI) from Wi-Fi networks.
Dependencies
$ sudo apt install net-tools wireless-tools
Installation
Simply install pywifiscan package from PyPI
$ pip install pywifiscan
Examples
>>> from pywifiscan import get_interface, scan_networks
>>> # Getting the default Network Interface
>>> iface = get_interface()
>>> networks = scan_networks(iface)
>>> print(networks)
{
'networkName0': -70,
'networkName1': -75,
...
'networkNameN': -91
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywifiscan-1.0.0.tar.gz
(2.9 kB
view hashes)