matianxing1992 | 1f07a83 | 2024-09-25 12:32:38 -0500 | [diff] [blame] | 1 | # 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] |
| 4 | sta1: 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 |
| 5 | sta2: 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] |
| 10 | adhoc: ssid=adhocNet mode=g channel=5 |
| 11 | |
| 12 | [mobility] |
| 13 | # Spaces are not allowed in the parameters. |
| 14 | mobilityModel: time=0 model=RandomDirection min_x=-100 max_x=100 min_y=-100 max_y=100 seed=20 |