Skip to content

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

Notifications You must be signed in to change notification settings

SameetAsadullah/UDP-Client-Server-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UDP Client Server Communication

Description

A simple program coded in C Language to illustrate a UDP 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 UDP Client Server Communication in Socket Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages