Archived

This forum has been archived. Please start a new discussion on GitHub.

Sending a message to all Clients

How would I go about sending a callback/Message to all connected clients?

For example in the Ogre3D/ICE Demo I am programming a client sends a chat message to the server the server then needs to send the chat message to all connected clients accept for the one who sent the message.

Or a Player sends a request to the server to move to a new spot the server checks to make sure that move is acceptable and then if it is then it needs to send notification to all the clients that the player is moving.

Any help would be greatly appreciated!

Comments