69 lines
3.0 KiB
INI
69 lines
3.0 KiB
INI
[mobile_defaults]
|
|
network = moversight.Ubeeme_TicToc
|
|
tkenv-plugin-path = ../../../etc/plugins
|
|
|
|
**.constraintAreaMinX = 0m
|
|
**.constraintAreaMinY = 0m
|
|
**.constraintAreaMinZ = 0m
|
|
**.constraintAreaMaxX = 890m # legt die Grenzen für die Mobility fest ( in der man sich bewegen kann)
|
|
**.constraintAreaMaxY = 600m # legt die Grenzen für die Mobility fest ( in der man sich bewegen kann)
|
|
**.constraintAreaMaxZ = 0m # legt die Grenzen für die Mobility fest ( in der man sich bewegen kann)
|
|
|
|
# channel physical parameters
|
|
*.channelControl.carrierFrequency = 2.4GHz # taktfrequenz -> wlan/wpa nach IEEE 802.11b/g = 2.4 - 2.5 GHz ; UMTS Handynetze = 1.9 -1.92 GHz
|
|
*.channelControl.pMax = 20mW # max Sendeleistung für dieses Netz
|
|
*.channelControl.sat = -110dBm # Signalabschwächung
|
|
*.channelControl.alpha = 2 # Funkdämpfungskoeffizient : Außerort : Freiraum=2, kleine Stadtgebiete=2.7-5; Innerorts : in Sichtweite=1.6-1.8 , mit Hindernissen=4-6
|
|
|
|
# access point
|
|
**.ap*.wlan[*].mgmt.beaconInterval = 1s # intervall für sendevorgang eines beacon
|
|
**.ap*.wlan[*].mgmt.numAuthSteps = 4 # use 2 for Open System auth, 4 for WEP
|
|
**.ap*.**.initFromDisplayString = true # initialization from Displaystring set in *.ned
|
|
**.ap*.wlan[*].radio.transmitterPower = 0.4mW # Sendeleistung für gängige WLAN-Geräte = 20..40(60)mW ; Bluetooth = 1mW
|
|
**.ap*.wlan[*].radio.thermalNoise = -110dBm
|
|
**.ap*.wlan[*].radio.pathLossAlpha = 2
|
|
**.ap*.wlan[*].radio.carrierFrequency = 2.4GHz
|
|
|
|
# arp configuration
|
|
**.arp.cacheTimeout = 120s # time to reorganize RoutingTables and send arp request
|
|
|
|
## mobility 1
|
|
#**.WHost.mobilityType = "TurtleMobility"
|
|
#**.WHost.mobility.updateInterval = 100ms
|
|
#**.WHost.mobility.turtleScript = xmldoc("turtle.xml", "movements//movement[@id='3']")
|
|
|
|
# mobility 2
|
|
**.wHost[*].mobilityType = "LinearMobility" # any mobilitytype is possibly
|
|
**.wHost[*].mobility.speed = 5mps # speed in meter per second
|
|
**.wHost[*].mobility.angle = 270deg # degrees
|
|
|
|
#wireless Power-configuration
|
|
**.wHost[*].wlan[*].radio.transmitterPower = 0.4mW # transmission power [mW] = 0.25 is around 88m,0.5is 125m -> für 2.4 GHz
|
|
**.wHost[*].wlan[*].radio.thermalNoise = -110dBm
|
|
**.wHost[*].wlan[*].radio.pathLossAlpha = 2
|
|
**.wHost[*].wlan[*].radio.carrierFrequency = 2.4GHz
|
|
|
|
# WirelessConnectivitiyObserver configuration
|
|
*.wirelessConnectivityObserver.updateFreq = 0.1s
|
|
|
|
#router setup moversight
|
|
**.ppp[*].queueType = "DropTailQueue" # in routers
|
|
**.ppp[*].queue.frameCapacity = 10 # in routers
|
|
|
|
**.host[*].moversight.localPort = 100
|
|
**.host[*].moversight.destPort = 100
|
|
|
|
**.wHost[0].moversight.simulationTrigger = true
|
|
**.wHost[0].moversight.destAddresses = "192.168.0.2 192.168.0.3 192.168.0.4 192.168.0.5"
|
|
|
|
**.host[4].moversight.simulationTrigger = false
|
|
**.host[4].moversight.destAddresses = "192.168.0.6 192.168.0.7 192.168.0.8 192.168.0.9"
|
|
|
|
**.host[8].moversight.simulationTrigger = false
|
|
**.host[8].moversight.destAddresses = "192.168.0.10 192.168.0.11 192.168.0.12"
|
|
|
|
**.host[*].moversight.maxPeerCount = 5
|
|
**.host[*].moversight.maxClusterCount = 5
|
|
|
|
|