blob: 2d220aae8e2dc6dd7e3a8cdbb24ddc814d322765 [file] [log] [blame]
matianxing19921f07a832024-09-25 12:32:38 -05001# Don't use ht_cap because it is not fully supported
2# For bitrates, replace space with "|" in bitrates because space is not allowed in the configuration file :"legacy-2.4 1" -> "legacy-2.4|1"
3[stations]
4sta1: position=0,0,0 range=116 min_x=-50 max_x=0 min_y=-50 max_y=0 bitrates=legacy-2.4|1 moving=false
5sta2: position=50,0,50 range=116 min_x=0 max_x=50 min_y=0 max_y=50
6
7# loss is optional, default is 0; and it won't work with mobility
8# https://github.com/intrig-unicamp/mininet-wifi/issues/53
9[adhocNetwork]
10adhoc: ssid=adhocNet mode=g channel=5
11
12[mobility]
13# Spaces are not allowed in the parameters.
14mobilityModel: time=0 model=RandomDirection min_x=-100 max_x=100 min_y=-100 max_y=100 seed=20