Lasse Öörni 03e19a7ac2 Event refactoring. Now it is possible to subscribe to events of a specific sender. To be able to send events, one must also derive from EventListener. 15 tahun lalu
..
CMakeLists.txt 03e19a7ac2 Event refactoring. Now it is possible to subscribe to events of a specific sender. To be able to send events, one must also derive from EventListener. 15 tahun lalu
Main.cpp 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 tahun lalu
Readme.txt 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 tahun lalu

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]