Hi,
I am working on creating a small file Sender program. It's for a local program running on a personal intranet. I would need a master machine to be able to broadcast some data to slave machines. The master machine's ip is known in advanced. I've looked at the winsock documentation on msdn and it's not too clear about broadcasting stuff.

I currently can open a bound connection with another machine with a fix ip thanks to examples on msdn but the broadcasting stuff does not work.

Any pointers would be highly appreciated. Thanks
Amish