This is a super basic, super dumb PyQT app designed to take over your Raspberry Pi's external display and show just how terrible your ISP is.
Simple:
% sudo apt-get install git pyqt-tools pyqt4-dev-tools python-setuptools python-rrdtool # just in case
% git clone [email protected]:nphase/qt-ping-grapher.git
% cd qt-ping-grapher
% ./start
Pretty bare:
I had luck after modifiying /etc/lightdm/lightdm.conf
to: xserver-command=X -s 0 -dpms
under [SeatDefaults]
Just sets the default X server target in case you want to run it from the terminal instead of a local console. I don't have a keyboard attached to my Rasperry Pi, so this makes it simpler for me.
Then you can't run qt-ping-grapher.
www.google.com
. You can change that at the top of app.py
A convenient and useful excuse to play with QT and build something in python. It's been a while.