Commit Graph

85 Commits

Author SHA1 Message Date
bd19d337f9
limit network even more 2021-11-23 02:58:13 +01:00
8617a41946
limit network more 2021-11-23 02:57:21 +01:00
f709ec244b
see what happens 2021-11-23 02:54:22 +01:00
26a94587c5
sanity check 2021-11-23 02:53:25 +01:00
57cfb25f68
fuck network 2021-11-23 01:45:29 +01:00
bb3984d3a9
push delay sensitivity way down 2021-11-23 01:43:03 +01:00
6a83068056
maybe memes 2021-11-23 01:40:35 +01:00
a81d31a120
wan is bad 2021-11-23 01:38:55 +01:00
6d7b1c6913
shoot wlan in the head 2021-11-23 01:35:53 +01:00
50528eac99
drastically reduce network capacity 2021-11-23 01:33:54 +01:00
443ba51b1d
upgrade network requirement 2021-11-23 01:29:51 +01:00
a7d6e7c311
fuck with values mroe 2021-11-23 01:29:25 +01:00
390300bea9
reduce edge site power 2021-11-23 01:21:02 +01:00
724d708aad
fuck with edge memes 2021-11-23 01:15:34 +01:00
f717c19106
fuck with mroe values 2021-11-23 01:14:47 +01:00
9c5a6c46fc
reduce videochat edge meme 2021-11-23 01:00:31 +01:00
9f23d3523b
mess with some values 2021-11-23 00:47:54 +01:00
90b3fe4be4
add other apps 2021-11-22 22:21:42 +01:00
ceeb660609
change network site 2021-11-13 15:27:59 +01:00
0430f94b0c
change cores insted of datacenters 2021-11-12 22:18:03 +01:00
e9320c1918
remove datacenter 2021-11-12 22:13:32 +01:00
7120c8b73e
second memry 2021-05-13 00:18:26 +02:00
e067e9cb6d
first shit 2021-05-12 23:14:06 +02:00
0d64f333b4
get failed task reason 2021-05-12 23:03:44 +02:00
023dc4c714
increase 2021-04-20 01:18:24 +02:00
6884ae6c0a
adjust more 2021-04-20 00:55:23 +02:00
c07f6ff96a
shorter task length 2021-04-20 00:28:04 +02:00
bf96ff1904
values 2021-04-19 23:19:37 +02:00
d79fa072bb
even longer 2021-04-19 23:08:55 +02:00
484c4bc827
increase util 2021-04-19 22:44:25 +02:00
d3f4bd86fa
increase utilization 2021-04-19 21:10:52 +02:00
0a615049aa
increase bw 2021-04-19 21:03:29 +02:00
ec66def78b Merge branch 'master' of https://git.kmlabz.com/birbnetes/simulator 2021-04-19 20:41:48 +02:00
1ff3988313
adjust input parameters 2021-04-19 20:41:38 +02:00
45691f5612 adjust input parameters 2021-04-19 20:41:16 +02:00
b78e07e089
fun change 2021-04-19 17:41:08 +02:00
316096053a
weaker physical hosts 2021-04-19 17:39:22 +02:00
6c4ca99841 remove vm 2021-04-19 16:16:16 +02:00
6181d491ff more matlab changes 2021-04-19 16:05:35 +02:00
e86cfd3a35 change config 2021-04-19 15:53:04 +02:00
091a8bf3d8 matlab change 2021-04-14 15:50:57 +02:00
0f0b0e59e1 fix stationary model 2021-04-05 21:11:48 +02:00
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