I&#39;m looking to validate if Netty is able to do Broadcasting UDP.� I looked other frameworks and JGroups can&#39;t do the job, Mina don&#39;t plan that until 3.0 and Grizzly.. works in progress.<br><br>Does Netty do that ?<br>
<br>I have 3 cases.<br><br>#1 - Send a UDP message using MulticastSocket and close the socket.<br> #2 - Send a UDP message using DatagramSocket but wait for a response (wait until TTL)<br>#3 - Listen for UDP message using MulticastSocket (while(true))<br>
<br>I want to migrate that to Netty, but I didn&#39;t find a sample for that :(� <br><br><br>