
kmodemlights
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
This is a applet for the KDE-panel kicker, that watches a modem and allows to connect and disconnect the modem. It is "inspired" by modemlights (read: it's a clone). It shows:
* the connection-state on the button (offline - awaiting connection - online)
* two LEDs showing activity for Rx and Tx, much like a modems lights (hence the name). The update-frequency is configurable from 2 to 5 (default is 5).
* a graph displaying Rx-volume and Tx-volume (updated every 2 seconds).
* The bytes received per second (updated every second), as numerical value.
* The time since the modem is online.The colors of the lights, button-icons (await- and online- state), and the graph is configurable.
!! possibly still not working on vertical panels!
14 years ago
0.8 configurable shortcut to go on- or offline
0.8.1 c++-syntax-problem fixed, that caused problems with some compilers
14 years ago
0.8 configurable shortcut to go on- or offline
0.8.1 c++-syntax-problem fixed, that caused problems with some compilers
gohanz
14 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=1032&parent=category
Report
google01103
14 years ago
make[2]: *** [kmodemlights.lo] Error 1
make[2]: Leaving directory `/home/smiley/temp/kmodemlights-0.8/kmodemlights'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/smiley/temp/kmodemlights-0.8'
make: *** [all] Error 2
thanks,
Report
berberic
14 years ago
Report
google01103
14 years ago
thanks,
Report
berberic
14 years ago
Report
google01103
14 years ago
I had to change "KModemLightsDlg::KModemLightsDlg(KMode......" to just "KModemLightsDlg(KMode......" in kmodemlightsdlg.h
thanks,
Report
digix
15 years ago
I have successfully compiled kmodemlights-0.5 for KDE3.4 (Gentoo), but if i start or hang up a connection the kicker crashes. Any idea?
Report
berberic
15 years ago
Report
digix
15 years ago
Thanks.
Report
Ptero4
16 years ago
Report
managementboy
16 years ago
cinternet -i dsl0 --provider-number=01 -A
to connect
and
cinternet -i dsl0 -O
to disconnect.
There might be a nicer, less hard way, but it works for me...
cheers
Report
AussieJohn
16 years ago
Cheers. John.
Report
managementboy
16 years ago
As you can see the problem was resolved. Contructive, not destructive, attitudes is what linux needs.
Cheers, Elkin
Report
Ptero4
16 years ago
Report
managementboy
16 years ago
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kmodemlightsdlg.lo -MD -MP -MF ".deps/kmodemlightsdlg.Tpo" \
-c -o kmodemlightsdlg.lo `test -f 'kmodemlightsdlg.cpp' || echo './'`kmodemlightsdlg.cpp; \
then mv ".deps/kmodemlightsdlg.Tpo" ".deps/kmodemlightsdlg.Plo"; \
else rm -f ".deps/kmodemlightsdlg.Tpo"; exit 1; \
fi
kmodemlights.cpp: In function `int system_nowait(const char*)':
kmodemlights.cpp:67: error: `exit' undeclared (first use this function)
kmodemlights.cpp:67: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[2]: *** [kmodemlights.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/kmodemlights-0.4/kmodemlights'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/kmodemlights-0.4'
make: *** [all] Error 2
Report
berberic
16 years ago
It should work no I hope
Report
managementboy
16 years ago
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc-Version 3.3.1 (SuSE Linux)
and the latest tar package 03.09.2004 compiles perfectly!!! Thank You.
Report
digix
16 years ago
Report
Ptero4
16 years ago
Report