2025-01-30 15:41:36 +01:00
2025-01-30 15:41:36 +01:00
2025-01-30 15:41:36 +01:00
2025-01-30 15:41:36 +01:00
2025-01-30 15:41:36 +01:00
2025-01-30 15:41:36 +01: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.

sigmon

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
No description provided
Readme
Languages
Python 100%