Skip to content

An automated WiFI Access Point setup script for Raspberry Pis. Turns your Pi into an access point that forwards traffic through the ethernet port!

License

Notifications You must be signed in to change notification settings

arm358/Raspberry-Pi-Automated-WiFi-Access-Point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Raspberry-Pi-Automated-WiFi-Access-Point

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!

Instructions

  1. Clone the repository using git
    git clone https://github.com/arm358/Raspberry-Pi-Automated-WiFi-Access-Point
  2. Change directory into the repository
    cd Raspberry-Pi-Automated-WiFi-Access-Point
  3. Make the script executable
    sudo chmod +x setup.sh
  4. Run the script
    ./setup.sh
  5. Enter network name, password, and password confirmation
  6. Reboot!

Notes

  1. This will create a 2.4ghz WiFi network on channel 2
  2. Country code is set to United States
  3. To change these settings, edit the /etc/hostapd/hostapd.conf file

About

An automated WiFI Access Point setup script for Raspberry Pis. Turns your Pi into an access point that forwards traffic through the ethernet port!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages