Hi Emanuele,
I see that you seems to fully understand multicast. Can I ask you to write
some description about multicast properties in ICS wiki
(http://wiki.overbyte.be/wiki/index.php/TWSocket) ?
If you don't already have a write access to the wiki, I will grant it to
you. Just let me know w
Hi Emanuele
Thanks again for the code, now I understand better the concept of IGMP
groups
I used multicast on wan. Our customer wanted this setting.
I see, I will leave an option for my software for the user to configure the
TTL, I´m using default 1 (LAN only)
Using wireshark, when a mult
plementation, what kind of packet distribution do you get?
Broadcast?
Bye
>
> Thanks
> Eric
>
>
> -Mensagem Original- From: emanuele bizzarri
> Sent: Thursday, May 26, 2011 3:41 AM
> To: twsocket@elists.org
> Subject: Re: [twsocket] Multicast question
>
>
: Thursday, May 26, 2011 3:41 AM
To: twsocket@elists.org
Subject: Re: [twsocket] Multicast question
Hi,
this is an example of TUDP class that can be used in multicast (receive
and transmit).
This unit depends by other units, but you can easily extract what you need.
Note that I set multicast ttl.
I hope it
Hi,
this is an example of TUDP class that can be used in multicast (receive
and transmit).
This unit depends by other units, but you can easily extract what you need.
Note that I set multicast ttl.
I hope it will be usefull for you,
Bye
Emanuele
unit ewPlatform_UDP;
interface
uses
ewPlatform_
Hi
I´m wondering how to use ICS properly to send and receive Multicast data. Where
can I find example for multicast and ICS?
I´m in doubt about the IGMP protocol, do I need to implement anything on
application layer or does IGMP protocol is implemented on underlying stack
automatically?
How m