From bdcdd1d02525772c82c7e3fadb4a0d9e4a993cdd Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 16 Mar 2022 15:35:49 +0100 Subject: [PATCH] Added README.txt to BudaClientServerStuff --- .../dmi/dbis/cs108/BudaClientServerStuff/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/java/ch/unibas/dmi/dbis/cs108/BudaClientServerStuff/README.txt diff --git a/src/main/java/ch/unibas/dmi/dbis/cs108/BudaClientServerStuff/README.txt b/src/main/java/ch/unibas/dmi/dbis/cs108/BudaClientServerStuff/README.txt new file mode 100644 index 0000000..0671b92 --- /dev/null +++ b/src/main/java/ch/unibas/dmi/dbis/cs108/BudaClientServerStuff/README.txt @@ -0,0 +1,10 @@ +This is a demo of some (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 \ No newline at end of file