Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DNJha/IoTSim-Edge
https://github.com/DNJha/IoTSim-Edge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/DNJha/IoTSim-Edge
- Owner: DNJha
- Created: 2019-11-20T13:55:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T18:40:25.000Z (over 1 year ago)
- Last Synced: 2024-05-17T19:31:10.070Z (6 months ago)
- Language: Java
- Size: 1.3 MB
- Stars: 14
- Watchers: 3
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-edge-computing - IoTSim-Edge
README
# IoTSIM
To reduce the complexity of the code, we used lombok in the pom.xml which provides getter and setter for different variables automatically. Based on the version of the Eclipse, lombok version need to updated. If this does not work, please download the jar file from https://projectlombok.org/downloads/lombok.jar and install using command line > java -jar lombok.jar. Finally restart the Eclipse to make the change effective.
The IoTSim-Edge codebase is dependent on CloudSim which is provided as external jar file located in EdgeIoTSim\lib folder. One has to change the location of CloudSim jar file to compile succesfully.