In this repository I have implemented a round robin task scheduling algorithm to assign cloudlets to VMs. To implement this I didn't make any changes to the DatacenterBroker.java class. I implemented this in the default method for printing the cloudlets.
version: 3.0.3
Download the code, add it to the example package, and run as usual. This code has been implemented during the initial time of my research to learn more about clousim.
If you want to implement the SJF algorithm you can have a look at this repository here.