Skip to content

g3ar/conntester

Repository files navigation

Conntester

About

This is simple, small, crossplatform tool for monitoring internet connection quality. Develped using python, pyqt5. image

Run from binary

Unpack release to any directory you want, edit conntester.ini to fit your needs and run conntester binary.

Linux run

In linux you must allow raw sockets for conntester binary.

sudo setcap cap_net_raw+ep /path/to/conntester.bin

Run from source

git clone https://github.com/g3ar/conntester.git
cd conntester
pipenv --python 3.7
pipenv shell
pipenv install --dev
python ./conntester.py

Usage

Hint of tray icon shows current stats. Tray icon color indicates current status. Double click on tray icon toggles visibility of graph window. All settings located and explained in conntester.ini.

License

GPLv3