Skip to main content

Library to get the received signal strength indicator (RSSI) from Wi-Fi networks.

Project description

Pywifiscan

License: MIT PyPI version Tests Custom badge Downloads Downloads Supported versions

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page