Skip to content

client/server system with socket programming with C for Final Project of CENG421

Notifications You must be signed in to change notification settings

ebkaracaa/client-server-system-with-socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat program with client and service.
compile the server: gcc server.c -o Server
compile the client : gcc client.c -o Client
./Server <port number that you defined> in one terminal and ./Client IP 9768  in other terminal

About

client/server system with socket programming with C for Final Project of CENG421

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages