Dockapps.org

 you are here: dockapps.org    dockapp details   categories | add dockapp | contact us | about 
 WMab
 wmswallow
 wmuim
 wmdf
 wmnetload
 wmpower
 wmcapshare
 wm6x6
wmpiki

Category: Network
Rate it!
Current Rating Average: 0
Rate:   
Maintainer: yokk
Website: http://clay.ll.pl/projects.html#dockapps
Description: a multiping host checker

Screenshots:
0.1.0 0.1.1 0.2.0 0.2.1 0.2.4

Available Versions:
You are not the owner of this file version

Date Author Changelog Download Delete
2002-10-09 06:19:26 yokk not available 0.1.0
2003-04-17 07:45:17 yokk 0.1.1 0.1.1
2003-08-03 17:27:43 yokk 0.2.0 0.2.0
2003-08-10 17:28:04 yokk 0.2.1 0.2.1
2005-04-08 17:34:21 yokk 0.2.4 0.2.4

Add a new Version of this Dockapp

You may add a new (or even old) version of this dockapp by using the link above. This way we can be sure that this application will be available even if the project's homepage goes down (did that ever happen to you? :)).


User Comments


posted by Rivver (anonymous) - 2002-11-12 07:57:59

has issue with ping..had to edit source to make it work. maybe its just my box and its permissions was all..overall i liked it..=))

R
ping -s SuperUser only
posted by MechaMonkey (anonymous) - 2002-11-18 21:25:03

man ping reports that the "-s" setting used to select the ping packet size can only be used by root. I had to remove the "-s" setting that is given to the ping command in wmpiki.c to allow normal users to use wmpiki.
man ping
posted by yokk (logged user) - 2002-11-20 18:35:58

I know, know.. wmpiki uses extremaly crappy method to determine host activity... Actually I don't have enough time to fix it. If you can do it better please do :)
in my linux box 'man ping' says:

-s packetsize Specifies the number of data bytes to be sent. The default is 56,which translates into 64 ICMP data bytes when combined with the 8 bytes of ICMP header data.

so, It seems to be user-friendly option ;D

how do u fixit
posted by Spawn (anonymous) - 2002-12-12 16:38:05

Where should u edit wmpiki.c to remove the -s option

?
re: how do u fixit
posted by yokk (anonymous) - 2002-12-13 11:33:37


here is the patch :)


--- wmpiki-0.1.0-old/wmpiki.c Sun Sep 22 02:30:14 2002
+++ wmpiki-0.1.0/wmpiki.c Fri Dec 13 17:27:14 2002
@@ -89,7 +89,7 @@

strcpy(commandbuffer, "ping ");
strcat(commandbuffer, hostname);
- strcat(commandbuffer, " -c 1 -w 1 -s 0 | grep 'bytes from'");
+ strcat(commandbuffer, " -c 1 -w 1 | grep 'bytes from'");

if (!(cmdpipe = popen(commandbuffer, "r"))) return 0;



just remove '-s 0' string at line 92 (wmpiki.c)


good luck!

8-)


Great WMapp
posted by Wild Bill (anonymous) - 2003-02-02 15:20:19

I like it. Much easier to read than wmNetmon when you only have a few host to monitor. One thing though, I don't really understand the different lamp settings. Anynoe have a clue?
re: Great WMapp
posted by yokk (logged user) - 2003-02-02 17:11:15

different lamp settings means different lamp colors :)

as follows:

0 - yellow
1 - green
2 - sky-blue
3 - red
4 - blue

Problems with wmpiki
posted by adent (anonymous) - 2003-03-16 09:36:09

Hi, can you help me please? I think wmpiki is really nice and I use it all the time.

Unfortunately after some time all lamps go out although the clients are still here. (After killing and restarting wmpiki everything is fine again.) And they do not come back ..

Did I something wrong? (This happened before and after applying the patch above) Or what do you think?
Does wmpiki work in RH9?
posted by mark (anonymous) - 2003-09-07 21:58:38

I've just installed RH9 (using kde 3.1) and I've not been able to get some dockapps to work, and wmpiki is one of them. Checking >man ping shows that the ping options of -c 1 -w 1 | grep 'bytes from' should work, and indeed they do from the terminal prompt... I've set up the config file with network ip's, but invoking the program results in no dockapp on screen. Does this dockapp run under kde?

posted by Andreas (anonymous) - 2004-02-06 03:23:50

Hi, I installed it on my Linux system and it does not work. I only see 4 Local Host and nothing else. Where is the config file ? I the README there is no description wher to put it. The install directory is /usr/local/bin. Do I have to create a directory .clay and put the config file there ?
Any help is welcome.

Best regards Andreas
idea
posted by APz (anonymous) - 2004-06-18 18:44:49

Here's an idea if you're interested:

Make the leds change color according to the ping times. It would come in handy determining if some of the pinged hosts had become laggy.

posted by system admin (anonymous) - 2004-09-04 10:58:04

broaaf
Post your comments here!
Name:
Email:
Title:
Comment:


NOTE: Signup or login to post comments.
 :: search & view ::

 :: community ::

 :: member profile ::

lsaul

 :: active members ::
  • nobody
  • Thomas Nemeth
  • Jean-Philippe Guillemin
  • mattlaabs
  • Anthony Peacock
  • Alan Swanson
  • yokk
  • Draghicioiu Mihai
  • anomie
  • Jean-Luc Herren
  •  :: links ::
  • Window Maker
  • WMApp C++ Dockapp Graphics Library

  • Generated in -0.5969 seconds