Skip to content

This is the multi-client socket programming using UDP protocol in python

Notifications You must be signed in to change notification settings

ayan2809/Multi-Client-Socket-using-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Client-Socket-using-UDP

Description

This is the multi client socket programming using UDP protocol in python There are Four codes- one for the server and the others for the three clients. Using cmd or the python shell run the Server file first, this will create a UDP server Next run the client files one by one and then a client can send messages from the multiple clients end to the server end. The messages sent by a single client can be viewed by the server and then the server can reply to that particular client. The sample output file for the four codes are also attached alongwith.

Output Screenshots

  • Client 1

  • Client 2

  • Client 3

  • Client 4

Releases

No releases published

Packages

No packages published

Languages