An automated WiFi Access Point setup script for Raspberry Pis. Turns your Pi into an access point that forwards traffic through the ethernet port. In essence, this script converts your Raspberry Pi into a WiFi router!
- Clone the repository using git
git clone https://github.com/arm358/Raspberry-Pi-Automated-WiFi-Access-Point
- Change directory into the repository
cd Raspberry-Pi-Automated-WiFi-Access-Point
- Make the script executable
sudo chmod +x setup.sh
- Run the script
./setup.sh
- Enter network name, password, and password confirmation
- Reboot!
- This will create a 2.4ghz WiFi network on channel 2
- Country code is set to United States
- To change these settings, edit the
/etc/hostapd/hostapd.conf
file