Skip to content

musavirchukkan/TCP-Server-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TCP-Server-Client

Network Lab Exercise

Send a text to the server from client and reverse the case of all alphabets using TCP

Examples:

Input : WElcoMe Output :weLCOmE

Input :geeks for geeks Output :skeeg rof skeeg

  1. First run the server program as

    gcc Server.c -o server ./server

  2. Run the client program on another terminal

    gcc Client.c -o client ./client

About

Network Lab Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages