-
Notifications
You must be signed in to change notification settings - Fork 236
EdgeCloudSim in Eclipse: step by step installation & running sample application
Cagatay Sonmez edited this page Mar 20, 2018
·
1 revision
- Check out the source code
$ git clone https://github.com/YOUR_USERNAME/EdgeCloudSim.git
- Create a Java project in Eclipse, and select EdgeCloudSim folder instead of default location
- If the simulation config files and the output folder path are not provided via command line orgument, default values are used. Default output folder is EdgeCloudSim/sim_result/ite1. So, create sim_result/ite1 folders under EdgeCloudSim
- Run sample_application/mainApp.java.
- The simulation results would be generated under EdgeCloudSim/sim_result/ite1.
- You can use matlab files to plot your results. First of all, you should adjust the getConfiguration.m file according to your simulation settings, e.g. the output folder path, the number of iteration and scenario names. Please do not invoke plotGenericResult function, it is an helper function so that we don't directly invoke it. plotGenericResult function is invoked with proper arguments in other matlab files; you can see an example usage in the plotAvgFailedTask.m file.