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 details)

Uploaded Source

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

Hashes for pywifiscan-1.0.0.tar.gz
Algorithm Hash digest
SHA256 40ca1c475ce4303ee934fdcf4fb7176816daf22849b53404124f0474002c654f
MD5 d432546394432d42b92207052e1d2d2c
BLAKE2b-256 4b4301dbf6626ac7f776fe196b4fc3fe68d83aedc02a0e3d564668f26032c4d8

See more details on using hashes here.

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