Skip to content

This is a program to create a new group chat using networking.

Notifications You must be signed in to change notification settings

rizwan-ilyas/MultiCastUDPchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiCast Chat Application

"Lets Talks" is a simple Multi-threaded Application for a group chat written in core java. Its implementation is done using MultiCast Sockets and swing for Ghraphical User Interface.

The code is trivial, but there are two interesting detail to note.

  • As it is Muli-threaded, so for communication between many group users you need to run one server and many clients users on different threads at a time.
  • To communicate the user must need to enter IP Address 230.0.0.0 and port# 7878.

Authors

Muhammad Rizwan

🔗 Contact

  • email
  • linkedin
  • twitter

About

This is a program to create a new group chat using networking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages