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
- Host: GitHub
- URL: https://github.com/0ameyasr/edgecloudsim
- Owner: 0ameyasr
- Created: 2025-04-27T05:56:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T06:16:24.000Z (9 months ago)
- Last Synced: 2025-04-27T07:24:22.914Z (9 months ago)
- Topics: cloud-computing, edge-computing, java, simulation
- Homepage:
- Size: 21.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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