From c05da03de444f99e3a1f370fe4077f328de2450b Mon Sep 17 00:00:00 2001 From: Arthur Coppey <44438629+Arthur-Coppey@users.noreply.github.com> Date: Sun, 22 Aug 2021 01:13:09 +0200 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f50cc4d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# qotd +A RFC 865 compliant Quote of the Day ~~daemon~~ program + +## Done +* get random quote within file +* tcp server +* tcp client + +## Todo +* udp server +* udp client +* t h r e a d s to accept several clients and/or run both udp and tcp servers from same executable +* macros (#define XXX yyy) for currently hard-coded values +* logging ? +* conf files ? +* switches (-x) and options (--xxxx) ?