Guergeiro / distributed-systems-2019

This repository contains our practical project for the class of distributed systems
https://cepos-e-mabecos.github.io/distributed-systems-2019/docs
MIT License
0 stars 2 forks source link

Improved multicast support #4

Closed Guergeiro closed 4 years ago

Guergeiro commented 4 years ago

Removed MulticastGroup class and changed it to UDPInterface

PlaceManager class now has the responsibility of using UDPInterface

Simplified main class and changed its name to RMIServer