MCloudSim(formerly called NovaCloudSim) is a simulator written in Java for geographically distributed clouds.
The software is modified from CloudSim 3.0, which is an open source data center simulator. All functions of CloudSim are reserved, and our newly added files are in the package org.cloudbus.cloudsim.nova.
MCloudSim has following characteristics:
(1) The overlay protocol can be freely replaced, and we have already ported Pastry, Kadmelia, Chord from PeerSim;
(2) A Petri-Net workflow...