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 details)
File details
Details for the file pywifiscan-1.0.0.tar.gz
.
File metadata
- Download URL: pywifiscan-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40ca1c475ce4303ee934fdcf4fb7176816daf22849b53404124f0474002c654f |
|
MD5 | d432546394432d42b92207052e1d2d2c |
|
BLAKE2b-256 | 4b4301dbf6626ac7f776fe196b4fc3fe68d83aedc02a0e3d564668f26032c4d8 |