Features:
- Tested on Raspbian Jessy, Stretch
- Can install while wlan0 is connected to network.
- easy to switch betwwen stattion mode and hotspot mode.
- can share internet between eth0 and wlan0, can be config to share with wlan1 or ...
Introduction:
- This tutorial will guide you steps to setup the Wifi module of raspberry pi 3 work with Station and Access Point mode, you can easily switch between station mode and AP mode. Setup:
git clone https://github.com/quangthanh010290/RPI3_HOTSPOTS.git
sudo ./install.sh
Test:
- Station mode: sudo sta [SSID] [password] - Connect to a network with specific ssid name and password ,example:
sudo sta mySSID myPass
- Station mode: sudo sta - Connect to a network with saved ssid name and password ,example:
sudo sta
- AP mode: sudo ap [SSID] [pass] - Create an wifi hotspot with specific ssid and pass ,example:
sudo ap my_ssid 12345678
- AP mode: sudo ap [SSID] - Create an wifi hotspot with specific ssid and no pass ,example:
sudo ap Mlabviet_wifi
Bugs:
- station mode somtime need to run more than 1 time or need to be restart the board.
- work with 2.4GHz wifi(RPI3 not support 5GHz wifi)