aboutsummaryrefslogtreecommitdiff
path: root/src/ats/experiments/example.exp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/experiments/example.exp')
-rw-r--r--src/ats/experiments/example.exp104
1 files changed, 0 insertions, 104 deletions
diff --git a/src/ats/experiments/example.exp b/src/ats/experiments/example.exp
deleted file mode 100644
index a490e5ec6..000000000
--- a/src/ats/experiments/example.exp
+++ /dev/null
@@ -1,104 +0,0 @@
1[experiment]
2name = test
3max_duration = 15 s
4log_freq = 1000 ms
5cfg_file = experiments/gnunet_ats_sim_default.conf
6log_output_dir = data/
7log_append_time_stamp = no
8
9[episode-0]
10# Setup addresses
11
12# operations = address_add, address_del, start_set_property, stop_set_property,
13# start_set_preference, stop_preference, start_request, stop_request
14duration = 0
15op-0-operation = address_add
16op-0-address-id = 0
17op-0-peer-id = 0
18op-0-address-session = 0
19op-0-address-network = 0
20op-0-address = 0_0_test
21op-0-plugin = test
22
23op-1-operation = address_add
24op-1-address-id = 1
25op-1-peer-id = 1
26op-1-address-session = 0
27op-1-address-network = 0
28op-1-address = 1_1_test
29op-1-plugin = test
30
31op-2-operation = start_request
32op-2-peer-id = 0
33
34op-3-operation = start_request
35op-3-peer-id = 1
36
37[episode-1]
38# Set delay
39duration = 5 s
40
41op-0-operation = start_set_property
42op-0-address-id = 0
43op-0-peer-id = 0
44# constant, linear, sinus, random
45op-0-gen-type = random
46op-0-base-rate= 10000
47op-0-max-rate = 20000
48op-0-frequency = 1000 ms
49# bandwidth, latency
50# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN"
51op-0-property = DELAY
52
53op-1-operation = start_set_property
54op-1-address-id = 1
55op-1-peer-id = 1
56# constant, linear, sinus, random
57op-1-gen-type = constant
58op-1-base-rate= 1
59op-1-max-rate = 1
60op-1-frequency = 1000 ms
61# bandwidth, latency
62# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN"
63op-1-property = DELAY
64
65
66[episode-2]
67# Shutdown
68duration = 2 s
69op-0-operation = stop_set_property
70op-0-address-id = 0
71op-0-peer-id = 0
72op-0-property = DELAY
73
74op-1-operation = stop_set_property
75op-1-address-id = 1
76op-1-peer-id = 1
77op-1-property = DELAY
78
79[episode-3]
80# Shutdown
81duration = 2 s
82
83op-0-operation = stop_request
84op-0-peer-id = 0
85
86op-1-operation = stop_request
87op-1-peer-id = 1
88
89op-2-operation = address_del
90op-2-address-id = 0
91op-2-peer-id = 0
92op-2-address-session = 0
93op-2-address-network = 0
94op-2-address = 0_0_test
95op-2-plugin = test
96
97op-2-operation = address_del
98op-2-address-id = 1
99op-2-peer-id = 1
100op-2-address-session = 0
101op-2-address-network = 0
102op-2-address = 1_1_test
103op-2-plugin = test
104