This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
2022-03-14 13:56:49 +01:00

10 lines
536 B
Plaintext

This is a demo of some (very basic) client / server functionality.
Run BudaClient.java for the Client and BudaServer.java for the Server. Everything connects locally via port 8090
Type "Name:Jonas B." to change the client's name to Jonas B (the "." is where the name stops).
Type "Names" for the Server to display everyone who is connected along with their name (if they have set a name).
Typing "Quitx" should quit everything but I havent quite managed to implement that yet so just repeatedly use ctrl+c to quit everything.
-Jonas