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.
Run the program using two command line arguments:
- Class D IP address
- standard UDP port number.
- 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.