Saturday, October 12, 2013

Multi Server UDP Client

Just a small UDP client that reads the servers list and commands from the settings (.config) file, and sends the selected message to all the servers.

Instructions:


  1. Open the "MultiServerUDPClient.exe.config" file with a text editor.
  2. Change the value of the node "IpAddresses" to your servers list delimited by ";".
  3. Change the value of the node "Messages" to your servers list delimited by ";".
  4. Run the exe and select the message you would like to send via UDP.
  5. Message will be send to all servers in the list. (Without waiting for a response..)
Target platforms: Windows

Download

No comments:

Post a Comment