README.md (4a79bc8c7ea5b6bab98db990dee9f7dc08e6968f) README.md (75dada428c8dcddb1bd68639ba75e1a17f96f55e)
1<!--
2Author: Xianjun jiao, Michael Mehari, Wei Liu
3SPDX-FileCopyrightText: 2019 UGent
4SPDX-License-Identifier: AGPL-3.0-or-later
5-->
6
7# openwifi
8<img src="./openwifi-arch.jpg" width="900">

--- 82 unchanged lines hidden (view full) ---

91- Login to the board from your PC (PC Ethernet should have IP 192.168.10.1) with password **openwifi**.
92 ```
93 ssh [email protected]
94 ```
95- If not successful, check [known issue](doc/known_issue/notter.md)
96- Then, run openwifi AP and the on board webserver
97 ```
98 raspi-config --expand-rootfs (Only needed when your SD card > 16GB. Run and reboot)
1<!--
2Author: Xianjun jiao, Michael Mehari, Wei Liu
3SPDX-FileCopyrightText: 2019 UGent
4SPDX-License-Identifier: AGPL-3.0-or-later
5-->
6
7# openwifi
8<img src="./openwifi-arch.jpg" width="900">

--- 82 unchanged lines hidden (view full) ---

91- Login to the board from your PC (PC Ethernet should have IP 192.168.10.1) with password **openwifi**.
92 ```
93 ssh [email protected]
94 ```
95- If not successful, check [known issue](doc/known_issue/notter.md)
96- Then, run openwifi AP and the on board webserver
97 ```
98 raspi-config --expand-rootfs (Only needed when your SD card > 16GB. Run and reboot)
99 ./openwifi/setup_once.sh (Only need to run once for new board)
99 ./openwifi/setup_once.sh (Reboot the board. Only need to run once for new board)
100 cd openwifi
101 ./wgd.sh
102 ./fosdem.sh
103 (Use "./wgd.sh 1" to enable experimental AMPDU aggregation on top of 11n)
104 (Use "./fosdem-11ag.sh" to force 11a/g mode)
105 ```
106 **NOTE** adrv9361z7035 has ultra low TX power in 5GHz. Move **CLOSER** when you use that board in 5GHz!!!
107- After you see the "openwifi" SSID on your device (Phone/Laptop/etc), connect it (password: openwifi). If not get 192.168.13.* IP automatically, check [known issue](doc/known_issue/notter.md). Browser to 192.168.13.1 on your device, you should see the webpage hosted by the webserver on board.

--- 146 unchanged lines hidden ---
100 cd openwifi
101 ./wgd.sh
102 ./fosdem.sh
103 (Use "./wgd.sh 1" to enable experimental AMPDU aggregation on top of 11n)
104 (Use "./fosdem-11ag.sh" to force 11a/g mode)
105 ```
106 **NOTE** adrv9361z7035 has ultra low TX power in 5GHz. Move **CLOSER** when you use that board in 5GHz!!!
107- After you see the "openwifi" SSID on your device (Phone/Laptop/etc), connect it (password: openwifi). If not get 192.168.13.* IP automatically, check [known issue](doc/known_issue/notter.md). Browser to 192.168.13.1 on your device, you should see the webpage hosted by the webserver on board.

--- 146 unchanged lines hidden ---