forked from akeranen/the-one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffloading_case4.txt
35 lines (29 loc) · 986 Bytes
/
offloading_case4.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
# case 4: Cellular with WiFi offloading and peer-to-peer caching
# Increased TTL since our offloading time is higher
Group.msgTtl = 8
# group3 (pedestrians) specific settings, Cellular + WiFi
Group3.groupID = p
Group3.nrofHosts = 200
Group3.nrofInterfaces = 2
Group3.nrofApplications = 1
Group3.interface1 = cellularInterface
Group3.interface2 = wlanInterface
Group3.application1 = mobileApplication
Group3.router = OffloadingRouter
Group3.speed = 0.5,1.5
# Routing settings
OffloadingRouter.p2pEnabled = true
OffloadingRouter.wifiOffloadEnabled = true
# We can tweak this ofc, but we left it at 300 by default (makes more sense)
OffloadingRouter.offloadWaitTime = 300
# Mobile application cache size
mobileApplication.cacheSize = 10
# Dummy empty groups, needed just to not refactor the hotspot settings
Group4.groupID = none4
Group4.nrofHosts = 0
Group5.groupID = none5
Group5.nrofHosts = 0
Group6.groupID = none6
Group6.nrofHosts = 0
Group7.groupID = none7
Group7.nrofHosts = 0