Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : Help Required with Indy9 MultiCast Client
| Subject: | Help Required with Indy9 MultiCast Client |
| Posted by: | "Graham Powell" (gt..@lineone.net) |
| Date: | Sat, 9 Jul 2005 15:01:04 |
I am doing some basic tests to see if the Indy Multicast components do what
I want.
I have set up a Multicast server with IP address 224.0.0.1 and Port 10400.
The Multicast Client is set to the same IP address and Port number. When I
send a string from the Server it generates a Read event on the Client. So
far so good.
However this is where my limited knowledge comes in. If I change the IP
address to 224.0.23.158, on the server (which I assume is valid) and the
same on the Client, then nothing is received. I have checked with a network
sniffer that the UDP packet is being sent.
Any clues on configuring the Multicast Client would be much appreciated.
Regards
Graham