Lasse Öörni 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 år sedan
..
CMakeLists.txt 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 år sedan
Main.cpp 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 år sedan
Readme.txt 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 år sedan

Readme.txt

NetworkTest is a simple networked chat test application using reliable packets.
When a client sends a message by typing it on the console, it is broadcast by
the server to all connected clients. Clients connect via UDP to server's port
1234.

Usage (server): NetworkTest server
Usage (client): NetworkTest [username]