Skip to content

TCP socket client/server echo program using I/O multiplexing, child processes and threads.

License

Notifications You must be signed in to change notification settings

bhaveshgoyal/clisrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo-Time Client Server System

TCP socket client/server echo program using I/O multiplexing, child processes and threads.

To run:

Clone entire repo to your local directory

chmod +x server
chmod +x client
./server [Echo Port] [Time Port]
./client 127.0.0.1 [Echo Port] [Time Port]

About

TCP socket client/server echo program using I/O multiplexing, child processes and threads.

Resources

License

Stars

Watchers

Forks

Packages

No packages published