Skip to content

carlosegzm/Multicast-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java UDP Multicast Chat

Java

A group messaging application using UDP Multicast in Java. Enables real-time text communication between multiple clients in a local network group.

📌 Features

  • Join/leave multicast groups
  • JSON-formatted messages
  • Separate thread for receiving messages
  • Real-time text chat in Swing interface

🧰 Technologies

  • Java 11+
  • Java Swing
  • MulticastSocket (UDP)
  • Gson

🛠 Installation

  1. Clone the repository:

    git clone https://github.com/carlosegzm/Chat-Multicast
    cd Chat-Multicast
  2. Run the chat GUI:

    src/view/Tela.java
    

📁 Structure

src/
├── view/         # GUI components
├── controller/   # Thread logic and events
├── model/        # Message models
├── util/         # Multicast socket helpers

📖 Educational Use

Created for practicing Java network programming using multicast sockets and building responsive UI with multithreading.

📝 License

MIT License

About

Java UDP multicast chat app with JSON messaging and multithreaded Swing interface for group communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages