Skip to content

Coursework for BSE 3208 Distributed Systems Development

License

Notifications You must be signed in to change notification settings

KengoWada/multicast_group

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages