Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
apsrcreatix
GitHub Repository: apsrcreatix/Socket-Programming-With-C
Path: blob/master/05-day-time-server-tcp-ip/README.md
137 views

Instructions

  • If you are not aware of TCP functioning please check previous topics 03-tcp-ip-client-server

  • We have inserted sending part i.e, send() in the while() loop for making server running throughout the process

  • Receiving current time using ctime(addressOfVariable) function and sending it to the client side