Skip to content

Client-server network using UDP protocol to exchange messages between 2 clients

Notifications You must be signed in to change notification settings

MoosaSaadat/udp-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

build-passing made-with-c

UDP Client-Server Network

This simple application is a client-server network using UDP protocol to transfer messages from one client to another.

Instructions to Run

  • Run one instance of udpserver.c and two instances of udpclient.c.
  • Type messages (to send) in the console of udpclient.c.
  • Server will print and exchange the messages which will be displayed in client terminals.

About

Client-server network using UDP protocol to exchange messages between 2 clients

Topics

Resources

Stars

Watchers

Forks

Languages