How to send broadcast message over network and collect all the IP address?

2005-07-15 Thread Sandeep Arya
Hello to all Well this is my first mail on this list. I am facing a problem associated with collecting IP address on my network. What i thought is to send broadcast packet over the network and then recieving back the reply from the computers and bridges connected to my network and then adding

Re: How to send broadcast message over network and collect all the IP address?

2005-07-18 Thread Sandeep Arya
function recvfrom(). Does this will help?? Can any body give me an idea how to use this?? Thanking You Sandeep From: Francesco Ciocchetti [EMAIL PROTECTED] To: Sandeep Arya [EMAIL PROTECTED] CC: python-list@python.org Subject: Re: How to send broadcast message over network and collect all the IP

Threads: Issue and suggestion required

2005-07-18 Thread Sandeep Arya
Hello I am developing an application using PyQT. My application scenario is:: At any instance one socket is open in my application. Now if user wants to execute some command on another machine/IP address, then i need to make another socket and execute task. My query is. Is this possible that

Detecting computers on network

2005-07-22 Thread Sandeep Arya
Thanks linuxfreak and sybren for positive comments My application will be running on Linux. How to send ICMP ECHO as broadcast packets. I do not know this. Please tell me how to? Sybren.. Does nmap is available on every systems? I tried on my linux fc4 machine in user previleage. it was not