On 2/26/07, Ashutosh Adkar <[EMAIL PROTECTED]> wrote:
Hi. Can anyone tell me how to get a list of computers on the LAN connected to my computer on Linux. Any platform will do (C,Java etc)
If the computers are not firewall protected, you could write a script that checks your subnet, does a ping broadcast and parses the response. Just a hint, I haven't thought about the details, but should be fairly easy with Perl. (http://search.cpan.org/search?query=ping&mode=all) -- aditya -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
