Hi there. This thread is probably not the right one to post this but I have no where else to post it.

So here is the scenario. I have two wifi modules say M1 and M2 connected to my access point (router). My android smartphone is also connected to the same access point. I am creating a SocketServer on my phone and the two modules join as clients. Now If i want to send a string message to module M1 without sending anything to M2, is that even possible using java?? Please help. I want to implement a way to be able to select from connected clients and individually send them messages.

Thanks.