KengoWada / multicast_group

Coursework for BSE 3208 Distributed Systems Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coursework for BSE 3208 Distributed Systems Development

License:MIT License


Languages

Language:Java 100.0%