Commit Graph

5 Commits

Author SHA1 Message Date
Hc Wang
dc27788628 Fixed most of the currently discovered typos. 2019-03-19 09:02:08 +08:00
Cagatay Sonmez
1e91364305 bugfix/delay sensitivity value of the applications is added to SimSettings class
delay sensitivity value was started to be used in the sample_app4. However this value is forgotten to read from the application configuration file. SimSettings class is now updated in a way to consider the delay sensitivity value of the applications.
2019-02-08 18:01:34 +03:00
cagatay
9412796b22 Sample application 4 which is used in IEEE TNSM journal paper is published.
Important Notes:
* EdgeTask class name is updated as TaskProperty. You may need to modify your existing application's source code if you use EdgeTask class in your application.
2019-01-21 08:32:16 -07:00
Cagatay Sonmez
ea6f3d1088 scripts to compile sample_app3 are added 2018-11-26 01:50:47 -07:00
Cagatay Sonmez
95edf172fe The mobile processing unit support as well as a sample application are added.
The mobile processing units are simulated via CloudSim.
It is assumed that the mobile devices operate Hosts and VMs like a server.
Therefore, the classes located in the mobile_processing_unit package have a similar naming convention to the other Cloud and Edge components.
2018-11-25 23:26:41 +03:00