An open API service indexing awesome lists of open source software.

https://github.com/0ameyasr/edgecloudsim

A simulation of Mobile, Edge, Cloud-only computing models along with Hybrid (Cloud-Edge, Mobile-Edge) over a set of tasks using EdgeCloudSim
https://github.com/0ameyasr/edgecloudsim

cloud-computing edge-computing java simulation

Last synced: 9 months ago
JSON representation

A simulation of Mobile, Edge, Cloud-only computing models along with Hybrid (Cloud-Edge, Mobile-Edge) over a set of tasks using EdgeCloudSim

Awesome Lists containing this project

README

          

## How to use the code archive
* Clone this repository
* Extract the .zip folder
* In your IDE of choice, in `src\edu\boun\edgecloudsim\applications` run `\all_models_sample\MainApp.java`
* Inspect the output of the simulation in your terminal

## Models demonstrated
* ONLY_MOBILE
* ONLY_EDGE
* ONLY_CLOUD
* HYBRID_CLOUD_EDGE
* HYBRID_MOBILE_EDGE

**NOTE**: You can tweak the simulation's configuration in `scripts\all_models\config\`, specifically:
* `applications.xml` for modifying applications that are being processed in the simulation
* `default_config.properties` for modifying the configuration of the simulation
* `edge_devices.xml` to modify the devices being simulated