-
Notifications
You must be signed in to change notification settings - Fork 0
/
configGuide.txt
60 lines (60 loc) · 2.14 KB
/
configGuide.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
n_experiments
10000 <--Number of runs of an experiment on tot_min
tot_min
40320 <-- Total time in minutes
true <-- deterministic time_on/off?
18000 <-- mean time ON in a month | 300h = 18000
false <-- Deterministic Seed?
20011994 <-- Deterministic Seed Number
0 <-- On/Off Probabilistic Distribution: 0 exponential | 1 gaussian
RemoteRouting
2 <--int lower LOWERBOUND OF REQUESTS PER HOUR
60 <--int upper UPPERBOUND OF REQUESTS PER HOUR
6 <--int realFPH INITIAL FREQUENCY OF REQUESTS PER HOUR
6 <--int estimFPH ESTIMATED FREQUENCY OF REQUESTS PER HOUR
20 <--double avg MEAN (IN KB) OF THE WEIGHT OF PACKETS SENT BY THIS MODULE
3 <--double var STANDARD DEVIATION (IN KB) OF THE WEIGHTS OF PACKETS SENT BY THIS MODULE
true <--bool mode IF FALSE THE WEIGHT OF PACKETS CAN DIFFER FOR EACH PACKET, ACCORDING TO AVG AND VAR VALUES
0 <--int distribution TO CONTROL WHICH DISTRIBUTION TO CHOOSE IN ORDER TO LET PACKETS' WEIGHT A RANDOM VARIABLE: 0 gaussian | 1 flat | 2 exponential
ItineraryPoints
0 <--int lower
200 <--int upper
30 <--int realFPH
30 <--int estimFPH
1 <--double avg
0.2 <--double var
true <--bool mode : true det | false prob
0 <--int distribution
FCDSlots
0 <--int lower
60 <--int upper
30 <--int realFPH
30 <--int estimFPH
1 <--double avg
0.2 <--double var
true <--bool mode : true det | false prob
0 <--int distribution
TrafficFlow
6 <--int lower
30 <--int upper
20 <--int realFPH
20 <--int estimFPH
40 <--double avg
4 <--double var
true <--bool mode : true det | false prob
0 <--int distribution
DrivingEvents
1 <--int lower
10 <--int upper
6 <--int realFPH
6 <--int estimFPH
1 <--double avg
0.2 <--double var
0.8 <--double t_avg THE MEAN OF THE DISTRIBUTION FROM WHICH WE DECIDE IF WE HAVE TO SENT OR NOT THE ASYNCHRONOUS PACKET
0.8 <--double t_var THE STANDARD DEVIATION OF THE DISTRIBUTION FROM WHICH WE DECIDE IF WE HAVE TO SENT OR NOT THE ASYNCHRONOUS PACKET
true <--bool mode : true det | false prob
0 <--int distribution
0.8 <--double limit
Analyzer
0 <--int mode
330000 <--double band THE TOTAL BANDWITH (IN KB)