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
