Create README.md

This commit is contained in:
Arthur Coppey 2021-08-22 01:13:09 +02:00 committed by GitHub
parent 8d7ff35875
commit c05da03de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
README.md Normal file
View File

@ -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) ?