Skip to content

deepakjnv880/Network-assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network-assignment1

Implements basic chat app using socket programming
One can find full details in assginment.txt
Lab evalution done on 31 Oct 2019 at 4 pm

How to run

Go to the folder code and type below command and for x number of client open x number of terminal for clients and one server terminal.

gcc -o Server Server.c -lpthread
./Server
gcc -o Client Client.c -lpthread
./Client

About

Implements chat app using socket programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages