52 lines
1.9 KiB
INI
52 lines
1.9 KiB
INI
[Config mobile_example]
|
|
network = ubeeme.moversight.simulations.EvaluationNetwork
|
|
|
|
**.constraintAreaMinX = 0m
|
|
**.constraintAreaMinY = 0m
|
|
**.constraintAreaMinZ = 0m
|
|
**.constraintAreaMaxX = 1000m
|
|
**.constraintAreaMaxY = 1000m
|
|
**.constraintAreaMaxZ = 0m
|
|
|
|
# example 1
|
|
#**.wHost[0].mobilityType = "TurtleMobility"
|
|
#**.wHost[0].mobility.updateInterval = 100ms
|
|
#**.wHost[0].mobility.turtleScript = xmldoc("turtle.xml", "movements//movement[@id='2']")
|
|
|
|
# example 2
|
|
**.wHost[0].mobilityType = "LinearMobility" #any mobilitytype is possibly
|
|
**.wHost[0].mobility.speed = 50mps
|
|
**.wHost[0].mobility.angle = 270deg # degrees
|
|
|
|
#wireless Power-configuration
|
|
*.ap*.wlan[*].radio.transmitterPower = 0.4mW # Sendeleistung für gängige WLAN-Geräte = 20..40(60)mW ; Bluetooth = 1mW
|
|
**.wHost[*].wlan[*].radio.transmitterPower = 0.4mW # transmission power [mW] = 0.25 is around 88m,0.5is 125m -> für 2.4 GHz
|
|
**.wHost[*].**.initFromDisplayString = false
|
|
**.wHost[0].**.initialX = 600m
|
|
**.wHost[0].**.initialY = 300m
|
|
#**.wHost[1].**.initialX = 400m
|
|
#**.wHost[1].**.initialY = 300m
|
|
**.ap*.wlan[*].mgmt.beaconInterval = 1s # intervall für sendevorgang eines beacon
|
|
|
|
# WirelessConnectivityObeserver configuration
|
|
*.wirelessConnectivityObserver.updateFreq = 0.1s
|
|
|
|
#router setup moversight
|
|
#**.ppp[*].queueType = "DropTailQueue" # in routers
|
|
#**.ppp[*].queue.frameCapacity = 10 # in routers
|
|
|
|
#**.cli[*].moversight.localPort = 100
|
|
#**.cli[*].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"
|
|
|
|
**.cli[4].moversight.simulationTrigger = false
|
|
**.cli[4].moversight.destAddresses = "192.168.0.6 192.168.0.7 192.168.0.8 192.168.0.9"
|
|
|
|
**.cli[8].moversight.simulationTrigger = false
|
|
**.cli[8].moversight.destAddresses = "192.168.0.10 192.168.0.11 192.168.0.12"
|
|
|
|
**.cli[*].moversight.maxPeerCount = 5
|
|
**.cli[*].moversight.maxClusterCount = 5
|