-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_settings.txt
62 lines (52 loc) · 1.45 KB
/
test_settings.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
# entity type test
# Scenario Settings
Scenario.name = ManyEntity
Scenario.endTime = 43k
Scenario.updateInterval = 0.1
Scenario.simulateConnections = true
MovementModel.worldSize = 1000,1000
Events.nrof = 0
# Communication Interface
myInterface.type = SimpleBroadcastInterface
myInterface.transmitRange = 0
myInterface.transmitSpeed = 0
# Groups
Scenario.nrofHostGroups = 5
Group1.groupID = professor
Group1.nrofHosts = 1
Group1.nrofInterfaces = 1
Group1.interface1 = myInterface
Group1.movementModel = ActivityPeriodRwp
Group1.rwpActivePeriod = 0, 1
Group1.router = PassiveRouter
Group2.groupID = student
Group2.nrofHosts = 10
Group2.nrofInterfaces = 1
Group2.interface1 = myInterface
Group2.movementModel = CafeMovement
Group2.rwpActivePeriod = 3500, 50000
Group2.router = PassiveRouter
Group3.groupID = cleaner
Group3.nrofHosts = 10
Group3.nrofInterfaces = 1
Group3.interface1 = myInterface
Group3.movementModel = CafeMovement
Group3.rwpActivePeriod = 3500, 50000
Group3.router = PassiveRouter
Group4.groupID = barista
Group4.nrofHosts = 10
Group4.nrofInterfaces = 1
Group4.interface1 = myInterface
Group4.movementModel = CafeMovement
Group4.rwpActivePeriod = 3500, 50000
Group4.router = PassiveRouter
Group5.groupID = visitor
Group5.nrofHosts = 10
Group5.nrofInterfaces = 1
Group5.interface1 = myInterface
Group5.movementModel = CafeMovement
Group5.rwpActivePeriod = 3500, 50000
Group5.router = PassiveRouter
# Reports
Report.nrofReports = 0
Report.reportDir = reports