Skip to main content

iw client stats, get connected wireless client connection statistics

Project description

IWCS - WiFi Client Stats Utility

This utility collects statistics of WiFi clients connected to a specified interface on your system.

Prerequisites

Ensure that the iw command-line tool is installed on your system. If not, you can install it using the following command:

sudo apt-get install iw

Usage

Python Function

You can use the provided Python function info(interface) to collect WiFi client statistics.

from iwcs import info

# Replace 'wlan0' with your wireless interface if necessary
stats = info(interface='wlan0')
print(stats)

The function returns a dictionary containing connection stats for each connected client identified by their MAC address.

Example

from iwcs import info

interface = "wlan0"  # Replace with your wireless interface
connected_clients_info = info(interface)
print(connected_clients_info)

Output

The output is a dictionary where each key represents a MAC address of a connected client. The corresponding value is another dictionary containing various statistics such as inactive time, received bytes, transmitted bytes, signal level, etc.


License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

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

iwcs-0.0.4.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

iwcs-0.0.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file iwcs-0.0.4.tar.gz.

File metadata

  • Download URL: iwcs-0.0.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for iwcs-0.0.4.tar.gz
Algorithm Hash digest
SHA256 d1b7e2f23553dc5f148227816e717c3d7535f2416290e614d307466c48e72278
MD5 57248714d165aeb1f35e7820b2e9ff71
BLAKE2b-256 70c77b28f5975a368cdf30543a498ee3b8545386d44a15f6840dfe4cc29f7122

See more details on using hashes here.

File details

Details for the file iwcs-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: iwcs-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for iwcs-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c73512fc984ced0e0eb903203baac64197df95b19080ee8df14c57186d5936a9
MD5 50bf944989083be211919378640dd41e
BLAKE2b-256 2244e6543a9a02c79c69a307acbbc7e7bd90e9add60a7baeb032c25627b10640

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