Path: blob/master/05-day-time-server-tcp-ip/README.md
272 views
Instructions
If you are not aware of TCP functioning please check previous topics
03-tcp-ip-client-serverWe have inserted sending part i.e,
send()in thewhile()loop for making server running throughout the processReceiving current time using
ctime(addressOfVariable)function and sending it to the client side