From 3b3446831482134b74621ac0dcf8c3348a14219a Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Fri, 17 May 2024 12:50:29 +0200 Subject: [PATCH] 04_intro_to_sockets: update readme --- 04_intro_to_sockets/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/04_intro_to_sockets/README.md b/04_intro_to_sockets/README.md index dd30935..533a964 100644 --- a/04_intro_to_sockets/README.md +++ b/04_intro_to_sockets/README.md @@ -5,7 +5,7 @@ This project implements a daytime TCP/UDP server and client. The server listens for incoming connections and responds with the current date and time. The client sends a message to the choosing the output format of the -date and time. The server responnds with +date and time. ## Usage @@ -13,7 +13,8 @@ date and time. The server responnds with $ make # start tcp server $ bin/daytimeTCPSrv -# run tcp client +# run tcp client +# message 1 -> get localtime otherwise get gmtime $ bin/daytimeTCPCli # start udp server