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.
- 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
iw
- Python 3.10+ (may work on older versions, but not tested)
sudo apt-get install iw
Download the binary from the releases page.
./sigmon
pip install -r requirements.txt
python src/main.py