LAN IP checker

Configuration wizards, scanners, remote desktop, etc.
Post Reply
Message
Author
User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

LAN IP checker

#1 Post by vovchik »

Dear Puppians,

I intend to write a front end to Luigi's lanfile (a LAN file transfer program -
http://www.murga-linux.com/puppy/viewtopic.php?t=56276), and had, as a first step, to come up with a LAN IP scanner (sounds like a reinvention of the wheel). What I did was use fping and wrote a script that parses and outputs the results. I use fping since a normal ping takes over 4 minutes for 255 addresses while fping takes 40 seconds. The results are sent to a gui, to a terminal and to a text file for later use by the forthcoming lanfile gui (the reason we want a text file is to avoid invoking the IP scan if we know nothing has really changed on the LAN; why wait 40 seconds for no reason?). I also make use of a tiny splash program I once wrote in c because it is easier to kill than, for example, a gtkdialog window. All binaries and sources are included in the archive. Just unpack and click on chk_ip. If you have any suggestions, please let me know.

With kind regards,
vovchik
Attachments
chk_ip2.jpg
(17.65 KiB) Downloaded 1726 times
chk_ip1.jpg
(17.58 KiB) Downloaded 1782 times
check_ip.tar.gz
(103.65 KiB) Downloaded 1281 times

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2 Post by 01micko »

Hello vovchik

Works fine for me.. and I like the Felix touch! I only watched him for 35 seconds and all my machines are connected via wireless. :wink:

Cheers
Puppy Linux Blog - contact me for access

Post Reply