Hi,
I've just started to use Mina for replacing some existing software.
I've got the server side networking up and running with existing
clients. Now I'm trying to implement the network layer for the client.
I need to broadcast from the client to the server. This is used to
detect on which IP address the server resides.
How do I broadcast something with a SocketConnector or
NioSocketConnector without having any sessions? The javadoc tells me
it inherits a 'broadcast' from IoService, and that tells me that it
only broadcasts to all sessions.
Greetings,
Jan