Search:

Type: Posts; User: Cornix

Search: Search took 0.20 seconds.

  1. Replies
    6
    Views
    1,812

    Re: Client broadcast message to all clients????

    Sounds like what you want is a peer-to-peer network where each machine in the network has the same rights and possibilities.
    You could implement this with a ServerSocket in each machine, but there...
  2. Replies
    6
    Views
    1,812

    Re: Client broadcast message to all clients????

    Usually in a client server architecture only the server sends messages to the clients.
    You could simply send a message to the server and ask the server to forward it to all other clients.
    Otherwise...
Results 1 to 2 of 2