2021-08-22 12:25:08 +02:00
2021-08-22 01:03:08 +02:00
2021-08-22 01:03:21 +02:00
2021-03-29 23:35:25 +02:00
2021-07-08 13:42:32 +02:00
2021-08-22 12:25:08 +02:00

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

Installation

git clone https://github.com/Arthur-Coppey/qotd
cd qotd
cmake -B build
cd build
make

Use

./server
./client
Description
A RFC 865 compliant Quote of the Day program
Readme 63 KiB
Languages
C 97.7%
CMake 2.3%