Skip to content

Project to create a GroupChat application that sends and receives messages using Multicast Sockets.

License

Notifications You must be signed in to change notification settings

bhavy0949/GROUP-CHAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Chat (MulticastSocket)

Program Description

It's a chat application that uses MulticastSocket to allow users to speak with one another while saving time with a simple UI. A MulticastSocket is a (UDP) DatagramSocket with the ability to connect to "groups" of other multicast hosts on the internet.

Basic Input taken

Run the program using two command line arguments:

  1. Class D IP address
  2. standard UDP port number.

Command Line Preview:

  • Enter your name: (Your name)
  • Start typing messages: Before sending messages, open all terminals; otherwise, messages sent before beginning the terminal would be lost (since there is no facility of buffer incorporated to store the messages.)
  • Type exit to close the socket.

Image Preview:

projh

References:

Documentation Help

About

Project to create a GroupChat application that sends and receives messages using Multicast Sockets.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages