Commit Graph

73 Commits

Author SHA1 Message Date
tormakris 390300bea9 reduce edge site power 2021-11-23 01:21:02 +01:00
tormakris 724d708aad fuck with edge memes 2021-11-23 01:15:34 +01:00
tormakris f717c19106 fuck with mroe values 2021-11-23 01:14:47 +01:00
tormakris 9c5a6c46fc reduce videochat edge meme 2021-11-23 01:00:31 +01:00
tormakris 9f23d3523b mess with some values 2021-11-23 00:47:54 +01:00
tormakris 90b3fe4be4 add other apps 2021-11-22 22:21:42 +01:00
tormakris ceeb660609 change network site 2021-11-13 15:27:59 +01:00
tormakris 0430f94b0c change cores insted of datacenters 2021-11-12 22:18:03 +01:00
tormakris e9320c1918 remove datacenter 2021-11-12 22:13:32 +01:00
tormakris 7120c8b73e second memry 2021-05-13 00:18:26 +02:00
tormakris e067e9cb6d first shit 2021-05-12 23:14:06 +02:00
tormakris 0d64f333b4 get failed task reason 2021-05-12 23:03:44 +02:00
tormakris 023dc4c714 increase 2021-04-20 01:18:24 +02:00
tormakris 6884ae6c0a adjust more 2021-04-20 00:55:23 +02:00
tormakris c07f6ff96a shorter task length 2021-04-20 00:28:04 +02:00
tormakris bf96ff1904 values 2021-04-19 23:19:37 +02:00
tormakris d79fa072bb even longer 2021-04-19 23:08:55 +02:00
tormakris 484c4bc827 increase util 2021-04-19 22:44:25 +02:00
tormakris d3f4bd86fa increase utilization 2021-04-19 21:10:52 +02:00
tormakris 0a615049aa increase bw 2021-04-19 21:03:29 +02:00
tormakris ec66def78b Merge branch 'master' of https://git.kmlabz.com/birbnetes/simulator 2021-04-19 20:41:48 +02:00
tormakris 1ff3988313 adjust input parameters 2021-04-19 20:41:38 +02:00
tormakris 45691f5612 adjust input parameters 2021-04-19 20:41:16 +02:00
tormakris b78e07e089 fun change 2021-04-19 17:41:08 +02:00
tormakris 316096053a weaker physical hosts 2021-04-19 17:39:22 +02:00
tormakris 6c4ca99841 remove vm 2021-04-19 16:16:16 +02:00
tormakris 6181d491ff more matlab changes 2021-04-19 16:05:35 +02:00
tormakris e86cfd3a35 change config 2021-04-19 15:53:04 +02:00
tormakris 091a8bf3d8 matlab change 2021-04-14 15:50:57 +02:00
tormakris 0f0b0e59e1 fix stationary model 2021-04-05 21:11:48 +02:00
tormakris 052d4b16ce birbnetes basics added 2021-04-05 20:54:58 +02:00
Cagatay Sonmez f6d892d731 Merge pull request #49 from CagataySonmez/develop
docs/Relevant YouTube video links are added to the readme files.
2020-11-02 13:58:03 +03:00
Cagatay Sonmez 93a0178953 Relevant YouTube video links are added to the readme files. 2020-11-02 13:56:27 +03:00
Cagatay Sonmez 0d253030b2 Merge pull request #48 from CagataySonmez/develop
enhancement/code improvements and formatting (beautification)
2020-10-30 13:23:40 +03:00
Cagatay Sonmez 0526ea63e2 Image sizes changed for better visualization 2020-10-30 13:01:36 +03:00
Cagatay Sonmez 6660de75b2 Sample application 5 used in IEEE Transactions on Intelligent Transportation Systems is added. 2020-10-30 12:57:07 +03:00
Cagatay Sonmez 08341c3681 some minor backward compatible, major backward incompatible changes and code formatting (beautification)
Minor Modifications:

* Indentation issues are fixed
* Typo errors in source code and comments are fixed
* Misspelled parameters in plotTaskFailureReason.m are corrected
* sim_results folder is added to .gitignore file

Backward compatible changes

* The exit code of the application when there is an error is changed from 0 to 1
* Default constructors are added for Location.java, LoadGeneratorModel.java, MobilityModel.java, EdgeOrchestrator.java (this change request coming from a developer)
* public TaskProperty(int mobileDeviceId, double startTime, ExponentialDistribution[] expRngList) is added to TaskProperty.java  (this change request coming from a developer to create a task without task type)
* double getCreationTime() function is added to Task.java
* void reconfigureMips(double mips) function is added to EdgeVM (for future usage)
* gsm_propagation_delay variable is added to config file. SimSettings class is also modified accordingly. You can use it if you have cellular network access in your scenario.
* wlan_range, northern_bound, southern_bound, eastern_bound, western_bound variables are added to config file; and relevant functions are added to SimSettings class. (this change request coming from a developer)

Backward incompatible changes!

 * location_check_interval variable name is changed to location_check_interval in config.properties file. Please update your config files accordingly (remove 'vm_' part)

 * Major modifications are applied in SimLogger class to decrease time complexity. Now the basic results are kept in the memory and saved to the files at the end of the simulation. As a result of this change, the signature of the SimLogger.addLog () function had to be changed. You must add the mobile device id as the first argument. Please update your MobileDeviceManager class accordingly (add task.getCloudletId () as the first argument).
2020-10-30 11:06:09 +03:00
Cagatay Sonmez 1b4a02e7e6 Merge pull request #28 from ghost/bugfix/typos
Fixed most of the currently discovered typos.
2020-10-29 20:27:46 +03:00
Cagatay Sonmez 512b557d3f Merge pull request #32 from CagataySonmez/develop
missing wiki images are added
2019-07-22 11:25:01 +03:00
Cagatay Sonmez aefdd95693 missing wiki images are added 2019-07-22 11:21:40 +03:00
Hc Wang dc27788628 Fixed most of the currently discovered typos. 2019-03-19 09:02:08 +08:00
Cagatay Sonmez 298aa12aaf Merge pull request #25 from CagataySonmez/develop
feature/the gitignore file is updated for IntelliJ IDEA
2019-03-14 10:23:34 +03:00
Cagatay Sonmez 97bb697113 Merge pull request #23 from 0x4863/feature/intellij_support
Modified the gitignore file to support development with IntelliJ IDEA.
2019-03-14 10:11:56 +03:00
Hc Wang b88cf4801b Modified the gitignore file to support development with IntelliJ IDEA. 2019-03-09 10:53:24 +08:00
Cagatay Sonmez 3697e9b167 Merge pull request #21 from CagataySonmez/develop
Bugfix/issue#18 (#20)
2019-02-22 07:31:23 -07:00
Derfei e167b7a92d Bugfix/issue#18 (#20)
issue#18: delete the duplicated 'git remote add upstream' command
2019-02-22 07:25:06 -07:00
Cagatay Sonmez 6272193254 Merge pull request #17 from CagataySonmez/develop
bugfix/delay sensitivity value of the applications is added to SimSettings class
2019-02-08 08:03:37 -07: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 80dc8e5dcc Merge branch 'develop' 2019-01-21 08:36:28 -07: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