Skip to content

A simple code to demonstrate communication between server and multiple clients through sockets

Notifications You must be signed in to change notification settings

Vinayaks439/UDPChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UDPChatApp

This chat app contains a servercode.py and clientcode.py.

servercode.py is responsible for handling multiple clients and data distribution.

The protocol used here is UDP that means UDP packets are sent across client and server.

You can Launch a server on a certain host and port and launch multiple clients on different ports.

USAGE:

python3 servercode.py , if you don't give any arguments help message will be displayed.

python3 clientcode.py , if you don't give any arguments help message will be displayed.

About

A simple code to demonstrate communication between server and multiple clients through sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages