detect computer connected to network

  • Thread starter Thread starter Alain R.
  • Start date Start date
A

Alain R.

Hi,

I would like to know how can i detect all computers connected to a
particular network ?

thanks a lot,

A.
 
usually you have to create a program that sends out a packet to either the
broadcast address or the multicast address and have all listening computers
send back a packet saying that theyr there. thats how i usually do it. hope
this helps
 
Back
Top