Skip to content

Latest commit

 

History

History

02-Chat-UDP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Socket Programming in C

A simple UDP Server-Client chatting program that interacts with the client till it says "bye".

Implementation

Compile

Server : gcc serverChat_UDP.c -o ser
Client : gcc clientChat_UDP.c -o cli

Run

Server : ./ser
Client : ./cli