|
Design:
The program is based basically on two C++ classes.
The first class is called pppkill and provided the functions to initialize and to obtain information about the ppp interface.
The second class, gpppkill, is a subclass of pppkill. This class is the one in charge to draw in the screen and to request the statistic to the pppkill class every second.
Classes:
The program is based on two C++ classes.
The first class is called pppkill and provided the functions to initialize and to obtain information about the ppp interface.
The second class, gpppkill, is a subclass of pppkill. This class is the one in charge to draw in screen and to request the statistic to class pppkill every second.

PNG version
GUI goals:
- Be as smallest (window size) as possible.
- User friendly.
- Capable of doing al configuration via the GUI.
Development:
I have developed this program using Code Crusader, thanks to John Lindal for making this excelent program!
|