Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 493 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 493 Bytes

Distributed Systems Coursework

A simple implementation of group communication with MulticastSocket

How Run

  • Clone the repo and change to that folder

  • Compile the files

javac *.java
  • Now execute the code
# To run the client
java -cp . MulticastGroup <group-name> <username>

# To run the group monitor
java -cp . MulticastGroupMonitor <group-name>
  • Note:

    • Valid group names: timetable, exams, classes

    • Type .exit to leave the group.