Click to See Complete Forum and Search --> : Network Broadcast


LyNdA^
November 23rd, 2004, 03:36 AM
Can anyone tell me how to braodcast a request to other Computer in a same network? A request such as requesting the Computer Name... I just need a simple code... thanks...

Gordon Lee
November 25th, 2004, 02:32 PM
You may create a client program that uses UDP and send it to the subnetwork's broadcast address.

Mathew Joy
November 26th, 2004, 01:13 AM
You may want to look up the SO_BROADCAST socket option (setsockopt()).