mirror of
https://github.com/tcsenpai/sigmon.git
synced 2025-06-01 08:50:14 +00:00
Sigmon
A tool to monitor WiFi signal strength and metrics continuously in the terminal.
It uses iwconfig
to get the metrics and plotext
to plot them.
Features
- Fast, lightweight and simple
- Continuous monitoring of WiFi signal strength and metrics
- Average signal strength is displayed too
- Plots are saved as PNG files with averages
Requirements
iw
- Python 3.10+ (may work on older versions, but not tested)
Install iw
on Ubuntu (and probably other Debian-based systems)
sudo apt-get install iw
Usage from binary
Download the binary from the releases page.
./sigmon
Usage from source
Installation
pip install -r requirements.txt
Usage
python src/main.py
Description
Languages
Python
100%