Re: How to broad cast ping address.......

2008-02-12 Thread Gabriel Genellina
En Mon, 11 Feb 2008 23:26:14 -0200, Steve Holden <[EMAIL PROTECTED]> escribió: > Gabriel Genellina wrote: >> En Mon, 11 Feb 2008 13:31:56 -0200, Manikandan R <[EMAIL PROTECTED]> >> escribió: >> >>> I am working in Python scripting. I an need to find out all the >>> device >>> connected in th

Re: How to broad cast ping address.......

2008-02-11 Thread Steve Holden
Gabriel Genellina wrote: > En Mon, 11 Feb 2008 13:31:56 -0200, Manikandan R <[EMAIL PROTECTED]> > escribi�: > >> I am working in Python scripting. I an need to find out all the >> device >> connected in the network. Just I planned to broad cast the ping address >> and >> use the ARP tabl

Re: How to broad cast ping address.......

2008-02-11 Thread Gabriel Genellina
En Mon, 11 Feb 2008 13:31:56 -0200, Manikandan R <[EMAIL PROTECTED]> escribi�: > I am working in Python scripting. I an need to find out all the > device > connected in the network. Just I planned to broad cast the ping address > and > use the ARP table to get the IP address of the syste

How to broad cast ping address.......

2008-02-11 Thread Manikandan R
Hai, I am working in Python scripting. I an need to find out all the device connected in the network. Just I planned to broad cast the ping address and use the ARP table to get the IP address of the system in the network. As, I am working in Win XP i am not able to use ping -b command to broad