is Netty is able to do UDP Broadcast ? (MulticastSocket)

Survivant 00 survivant00 at gmail.com
Sun Aug 16 16:52:05 EDT 2009


is it possible to do that with Netty with the latest release ?

if someone can give me few links.. It will be appreciated.

thanks

2009/8/11 Survivant 00 <survivant00 at gmail.com>

> I'm looking to validate if Netty is able to do Broadcasting UDP.  I looked
> other frameworks and JGroups can't do the job, Mina don't plan that until
> 3.0 and Grizzly.. works in progress.
>
> Does Netty do that ?
>
> I have 3 cases.
>
> #1 - Send a UDP message using MulticastSocket and close the socket.
> #2 - Send a UDP message using DatagramSocket but wait for a response (wait
> until TTL)
> #3 - Listen for UDP message using MulticastSocket (while(true))
>
> I want to migrate that to Netty, but I didn't find a sample for that :(
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20090816/a7aa7b5f/attachment.html 


More information about the netty-users mailing list