A ping tool that sits in your system tray
Go to file
2017-03-13 04:19:24 -07:00
.gitignore Adding graphing 2014-01-08 08:09:28 -07:00
COPYING.txt Adding copyright 2016-01-13 15:56:36 -07:00
ping.inc.py Fixing logic and regex bugs in Mac 2017-03-13 04:19:24 -07:00
pinger.png Updating screenshot 2015-05-17 22:22:57 -07:00
pinger.py Handling null router cases 2015-07-25 14:26:06 -07:00
README.md Readme fix 2015-07-21 18:57:00 -07:00
TODO.md Add TODO 2017-03-13 04:13:29 -07:00

Screenshot

Pinger.py

A ping tool that sits in your system tray

  • Saves your sanity when the wifi sucks
  • Doesn't clutter up your screen with ping windows
  • Lets you know when pings fail instead of silently failing
  • Currently for Ubuntu only
  • (Requires Python, GTK, and AppIndicator3)
  • Startup Automatically option creates a ~/.config/autostart/pinger.desktop file
  • Contributions welcome to expand to other OSes!

Usage (in Ubuntu):

Open the Terminal program and enter the following commands:

cd ~
git clone https://github.com/zyphlar/pinger.git
python pinger/pinger.py &

Pinger should open in your system tray. To set Pinger to start automatically (in Ubuntu) click it and choose Start Automatically.

Report bugs or feature requests at https://github.com/zyphlar/pinger/issues