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
Built Distribution
File details
Details for the file iwcs-0.0.3.tar.gz
.
File metadata
- Download URL: iwcs-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 111bd356b15b24368bb6cc6c30e69cef881311e124df7815495150013c83f91c |
|
MD5 | eb57ed9f03d4889e0b64fc3ca093e488 |
|
BLAKE2b-256 | 38e5c1d744677763002d20264a13ac0445658f477d13a501d8a164de1285f93a |
File details
Details for the file iwcs-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: iwcs-0.0.3-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5d6e49fde7be86b1885a197b0e0fa32937ecc3bce4f6ea6c003e3fff1689cad |
|
MD5 | 539a3b2d0005355766cadbbb5cd6e8ef |
|
BLAKE2b-256 | 819e5c92c646b0080bc9815c87d6519b784b830661c9c1149516ec4aba49bec1 |