The list of peer only provide peers info with some MAC addresses ... But for now the sendMessage uses InetSocketAddress which can't use MAC addresses.
I'll maybe try to pass the ip from the client to the server at first message ( in order to be able to transfert message from group owner to clients )
Or we need some refactoring in the sendMessage function to add extra fields to store ip list of devices / peer in the group ...