Skip to content

A simple implementation of the UDP (User Datagram Protocol) client-server program in the C programming language.

Notifications You must be signed in to change notification settings

nikhilroxtomar/UDP-Client-Server-implementation-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UDP-Client-Server-implementation-in-C

A simple implementation of the UDP (User Datagram Protocol) client-server program in the C programming language. Here, both the client and server are going to communicate with each other by exchanging messages.

Blog Post: UDP Client-Server Implementation in C
YouTube Video: UDP Client Server implementation in C | Socket Programming

Exceute the program

Compile the program

$ gcc server.c -o server
$ gcc client.c -o client

Run the program

$ ./server 4455
$ ./client 4455

About

A simple implementation of the UDP (User Datagram Protocol) client-server program in the C programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages