-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored gumby for future proofness
- Loading branch information
1 parent
aae372b
commit fbb04d3
Showing
98 changed files
with
1,807 additions
and
1,161,744 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,6 @@ output/ | |
\#*\# | ||
.\#* | ||
/TAGS | ||
|
||
#IDEs | ||
.idea |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
This python module contains all experiments that can be run in gumby. | ||
Specifically it contains the various Experiment Modules that can be loaded by scenario files. | ||
""" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
This python module contains experiment modules that deal with dispersy communities. | ||
""" |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
experiment_name = "dispersy_small_allchannel" | ||
experiment_time = 90 | ||
|
||
tracker_cmd = 'run_tracker.sh' | ||
tracker_port = __unique_port__ | ||
|
||
experiment_server_cmd = 'experiment_server.py' | ||
sync_host = 127.0.0.1 | ||
sync_port = __unique_port__ | ||
sync_experiment_start_delay = 1 | ||
sync_subscribers_amount = 5 | ||
|
||
local_instance_cmd = "process_guard.py -c launch_scenario.py -c launch_scenario.py -c launch_scenario.py -c launch_scenario.py -c launch_scenario.py -t $EXPERIMENT_TIME -m $OUTPUT_DIR -o $OUTPUT_DIR " | ||
scenario_file = 'allchannel_small.scenario' | ||
|
||
post_process_cmd = 'post_process_dispersy_experiment.sh' | ||
|
||
use_local_venv = FALSE |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
&module gumby.modules.dispersy_module.DispersyModule | ||
&module experiments.dispersy.allchannel_module.AllChannelModule | ||
|
||
@0:0 isolate_community AllChannelCommunity | ||
@0:1 start_session {1-4} | ||
@0:14 reset_dispersy_statistics {1-4} | ||
@0:15 annotate start-experiment | ||
@0:17 create {1} | ||
@0:20 join {3,4} | ||
@0:20 publish 2 {1} | ||
@0:25 start_session {5} | ||
@0:29 reset_dispersy_statistics {5} | ||
@0:30 join {5} | ||
@0:30 publish 2 {1} | ||
@0:50 stop_session | ||
@0:55 stop |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.