Skip to content

Files

Latest commit

 

History

History

09-Date and Time-UDP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Socket Programming in C

A simple UDP Server-Client program which displays the current calendar time.

Implementation

Compile

Server : gcc serverDateTime_UDP.c -o ser
Client : gcc clientDateTime_UDP.c -o cli

Run

Server : ./ser
Client : ./cli