Skip to content

cmftom/RaspberryPiAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RaspberryPiAP

This bash file is going to setup Access Point for raspberry pi

The default SSID and psk: *SSID RaspAP *PSK raspberrry

Modify the SSID and PSK

Change the name and psk with yours by change the ****

$nano /RaspAP/AP.sh

echo "ssid=****" >> /etc/hostapd/hostapd.conf
echo "wpa_passphrase=****" >> /etc/hostapd/hostapd.conf

Run the bash file

$mkdir RaspAP
$cd RaspAP 
$sudo apt-get install git 
$git clone https://github.com/cmftom/RaspberryPiAP
$cd RaspberryPiAP
$chmod +x AP.sh
$sudo ./AP.sh

Reboot the Raspberry Pi and check the wifi SSID is shown on the list

$sudo reboot now

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages