From 65e3596433a7c0eaf797a1fb8d2619a4eae0c8ee Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 16 Mar 2022 15:35:23 +0100 Subject: [PATCH] Added README.txt to BudaClientServerStuff --- Übung/BudaServerClientStuff/README.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Übung/BudaServerClientStuff/README.txt diff --git a/Übung/BudaServerClientStuff/README.txt b/Übung/BudaServerClientStuff/README.txt deleted file mode 100644 index de5f14b..0000000 --- a/Übung/BudaServerClientStuff/README.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 \ No newline at end of file