SameetAsadullah / TCP-Multiple-Client-Server-Communication

A simple program coded in C language to illustrate a TCP multiple Client Server Communication in Socket Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Multiple Client Server Communication

Description

A simple program coded in C Language to illustrate a TCP Multiple Client Server Communication in Socket Programming.

Manual

  1. Use following commands to Compile and Run Server Code:

    gcc server.c
    
    ./a.out
    
  2. Use following commands to Compile and Run Client Code:

    gcc client.c
    
    ./a.out
    

Working Screenshot

About

A simple program coded in C language to illustrate a TCP multiple Client Server Communication in Socket Programming


Languages

Language:C 100.0%