BroadCast Messages to multiple client on the same machine

Posted by Christopher Chase on Stack Overflow See other posts from Stack Overflow or by Christopher Chase
Published on 2010-04-09T02:50:13Z Indexed on 2010/04/09 2:53 UTC
Read the original article Hit count: 599

Filed under:
|
|
|
|

I need to have a server on one machine that broadcasts a message sever second or so, Kind of like a service discovery.

The message needs to be received by multiple client processes that could be on the same machine or different machines.

Im using delphi7, with indy 9.0.18

where im stuck is if i should be using UDP or IP MultiCast or if its even possible...

Ive managed to get it to work with IP Multi Cast with one client per machine, but even after many trys with different bindings.. max/min ports etc, i cant seem to find a solution.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-7