
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
*The application constantly monitors the network show the network stats and the netmap.
*The application can also shutdown or play a music,when the connection is terminated or the connection is idle for a time specified by you.The reason for adding this feature is to enable you sleep well giving a download,without fearing the system remains on even when the connection is cut or idle.
So no wastage of energy and money.
*This application is a refined version of CheckPPP,which could only be used for ppp connection.
*This application is intended to work with all connections.
*This package contains the source files and require qmake and Qt4.5 or greater
10 years ago
v1.2.6
--------------
*Interface changed to more user friendly
*fixed some bugs
*added music option for connection idle also
v1.2.5
--------------
*Bug fixing release
*Fixed Month download is not displayed currectly
*Fixed music loop
v1.2.4(patched)
--------------
*implemented total,current and previous month download stats
*can change some settings(shutdown) when started
*some bug fixes
v1.2.3
--------------
*implemented auto Start.
*implemented minimised start.
*implemented start,stop in tray menu.
---------------------------------------------------------------
This software is free for use and distriibution.However,the development requires time and service.
If you liked the software, help it with your donations.
Nominal donations are also welcome.
10 years ago
v1.2.6
--------------
*Interface changed to more user friendly
*fixed some bugs
*added music option for connection idle also
v1.2.5
--------------
*Bug fixing release
*Fixed Month download is not displayed currectly
*Fixed music loop
v1.2.4(patched)
--------------
*implemented total,current and previous month download stats
*can change some settings(shutdown) when started
*some bug fixes
v1.2.3
--------------
*implemented auto Start.
*implemented minimised start.
*implemented start,stop in tray menu.
---------------------------------------------------------------
This software is free for use and distriibution.However,the development requires time and service.
If you liked the software, help it with your donations.
Nominal donations are also welcome.
matrs5
10 years ago
In fedora (12 and 13 at least) qmake from the Qt4 packages is called qmake-qt4. qmake from qt3 is called qmake, so I rename qmake by qmake-qt4 in INSTALL.sh and installation works, otherwise doesn't
---------------o------------------
I connected to wireless home network (linksys dd-wrt).
The program start correctly, I can see
NetMap list well, but in the Main tab I read :
Interface UP!
Local IP: IP unassigned
and download information show me a 0, same for kbps. If I connect to same router by cable , local ip is recognized by the app and show me download and speed information.
--------o----------------
I can't resize the app window nor copy text from main tab windows (IP unassigned and stuff like that). Is this normal?
Report
shadyabhi
10 years ago
Report
amigib
10 years ago
moc_dialogimpl.cpp:14:2: error: #error "This file was generated using the moc from 4.5.2. It"
moc_dialogimpl.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
moc_dialogimpl.cpp:16:2: error: #error "(The moc has changed too much.)"
make: *** [moc_dialogimpl.o] Error 1
any help, please? using QT 4.6.1
Report
FrikiLinux
10 years ago
/usr/bin/moc src/dialogimpl.h -o moc_dialogimpl.cpp
/usr/bin/moc thread.h -o moc_thread.cpp
/usr/bin/moc shutthread.h -o moc_shutthread.cpp
/usr/bin/moc netthread.h -o moc_netthread.cpp
Report
amigib
10 years ago
Report
dennisntstar
10 years ago
The latest qt version used for testing the software was 4.5.2. If you could, wait for an update. i will be building it in 4.6.2 and it will be soon.
Report