For some historical reasons MINA does not yet support Multicast.
https://mina.apache.org/mina-project/faq.html#does-mina-support-multicast This is something we should seriously reconsider nowadays. On 03/07/2019 15:06, Alex Buechel wrote:
Hello guys, I want to create a UDP Broadcast program, which send every x seconds a specific message through a specific UDP-port through the network. For me UDP is a connectionless protocol, so i should be able to send message without waiting for an incoming client. This server shouldnt care if any client has received any message. I have created a StackOverFlow message (incl a minimal example) here: https://stackoverflow.com/questions/56834550/udp-broadcaster-via-mina-framework Is it possible that somebody can take a look to my problem? Thanks in advance Alexander Büchel
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@mina.apache.org For additional commands, e-mail: users-h...@mina.apache.org