Skip to content

Files

Latest commit

 

History

History

05-IP address-TCP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Socket Programming in C

A simple TCP Server-Client program that gets the IP address of the client connected.

Implementation

Compile

Server : gcc serverIP_TCP.c
Client : gcc clientIP_TCP.c

Run

Server : ./a.out
Client : ./a.out