i can get a tcp server to communicate with a client, and thread this to simultaneously communicate with more clients, but i dont know how to get the clients to be able to hear each other, i cant seem to even loop through clients to send to when i want the server to reply
does anyone know how to do this, or have a simple tutorial on it?
i cant really post a section of code as im currently trying this in like 9 different files
edit: ps, threads really confuse me