-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnection-wald.txt
101 lines (70 loc) · 2.08 KB
/
connection-wald.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Setting test for ONE intact Connection Mode
#Scenario information
Scenario.name = Test-%%DecisionEngineRouter.decisionEngine%%
Scenario.simulateConnections = false
Scenario.updateInterval = 1
Scenario.endTime = 987529
#Scenario.endTime = 2160000
#987529 Haggle Cam
#274883 Haggle
#16981816 Reality
Report.warmup = 1
Scenario.nrofHostGroups = 1
#Interfaces informations
btInterface.type = SimpleBroadcastInterface
btInterface.transmitSpeed = 250k
btInterface.transmitRange = 10
btInterface.scanInterval = 120
#Group Information
## Buffer Size : 200 messages of 10 K ~ 2M
Group.bufferSize = 20M
## Router
Group.router = DecisionEngineRouter
DecisionEngineRouter.decisionEngine = tombstone.EpidemicPassiveRouter
## TTL 24 hours=1440, 1 week= 10080, 3 weeks= 30240
Group.msgTtl = 30240
Group.nrofInterfaces = 1
Group.interface1 = btInterface
#Group1 Information
Group1.groupID = A
Group1.waitTime = 10, 30
Group1.speed = 0.8, 1.4
Group1.nrofHosts = 97
#36 Haggle Cam
#41 Haggle
#97 Reality
Group1.nodeLocation = 10, 10
Group1.movementModel = StationaryMovement
#How many event generator
Events.nrof = 2
## Trace information
Events1.class = ExternalEventsQueue
Events1.filePath = scenario/Haggle4-Cam-Imote.csv
#Haggle4-Cam-Imote.csv
#Haggle3-Infocom5.txt
#RealityConnectionTraceFinal.txt
## Message creation parameters
Events2.class = MessageEventGenerator
Events2.interval = 58, 62
#Events2.interval = 290, 310
#97, 103
# 25,30 (~120 texts/hour)
#290, 310 (~12 texts/hour)
# 580, 620 (~ 6 texts/hour)
Events2.size = 10k
## range of message source/destination address
Events2.hosts = 0, 35
# 0,35 Haggle Cam
# 0,40 Haggle
# 0,96 Reality
Events2.prefix = M
# World's size for Movement Models without implicit size (width, height; meters)
MovementModel.worldSize = 100, 100
# seed for movement models' pseudo random number generator (default = 0)
MovementModel.rngSeed = [2; 8372; 98092; 18293; 777]
#ReportsInformations
Report.nrofReports = 2
Report.reportDir = reports/testSoc
Report.report1 = MessageStatsReport
Report.report2 = BufferOccupancyPerHourReport
#Report.report3 = ReceiptStatsReport