-
Couldn't load subscription status.
- Fork 209
Results of PG ANDI #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mbruns42
wants to merge
1,558
commits into
akeranen:master
Choose a base branch
from
mbruns42:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Because they should be smaller than 1-to-1 messages. refs #414
refs #412
Remove map data from the simulation See merge request !110
To what we are doing in the app
# Conflicts: # default_settings.txt
…2-multiple-data-items # Conflicts: # default_settings.txt
…4-utility-message-chooser
Decrease data item size See merge request !111
It did the wrong thing, but we did not notice it.
Enable test to fail See merge request !112
important s.t. we don't continue to send the same old data message refs #412
…2-multiple-data-items # Conflicts: # src/test/EpidemicRouterTest.java
refs #412
refs #412
To be able to use it for buffer management. refs #377
Initial energy is slightly higher as people do not tend to arrive in the morning and start using an app on 10% battery. Also people will recharge phones more quickly if there is a change.
Adapt buffer size according to Hessentag results See merge request !114
Adapt config after Hessentag evaluation See merge request !115
refs #440
refs #442
Remove getopt and use plain command line option See merge request !156
Feature #645 clarify multicast delivery See merge request !157
This reverts commit 4b00789.
As it's the best we currently know of. refs #591
Revert "Use x^21 instead of x^3" See merge request !158
…master' Set delivery predictability weight in buffer management to 0.5 See merge request !159
In the hope that this helps us see differences in our deletion and check whether it's just an issue that a couple of hosts don't get data.
Add minimum used memory across all hosts to plot See merge request !160
As we already did in app. refs #729
Adapt routing parameters to best found so far See merge request !161
To make it easier to read the slides
into multiple methods s.t. they can be combined in different ways.
To fit with next function call.
Make reportSummary.py work with spaces in path See merge request !162
Adapt evaluations for slides See merge request !163
…1-refactor-eval-scripts # Conflicts: # toolkit/reportSummary/delayDistributionAnalysis.py
…al-scripts' into feature-#731-averaged-results
Timepoints were not unified after all, leading to strange delay graphs in some instances. refs #731
They exploded out of the chart before when averaging. refs #731
Refactor evaluation scripts See merge request !164
Add script to average evaluation results See merge request !165
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The project group ANDI of the university of Paderborn used The ONE Simulator to simulate their disaster infrastructure ad-hoc network. Website for ANDI: https://www.hni.uni-paderborn.de/alg/teaching/ws1617/andi/
We extended the simulator in several ways, the most important ones being multicast and broadcast messages and events, from which hosts flee or to which they come to help.
We wanted to make this work publicly available. This may be too large to just merge in, but maybe you can reuse parts of our code. I'll be available for questions for the next months.