Basic installation script for create_ap
- Save the
install_create_ap.shfile in your system (for example /home folder).
- Give the execute permission to the file:
chmod +x install_create_ap.sh
- Run the script:
./install_create_ap.sh
- *OR After first step you can simply type this to run:
bash install_create_ap.sh
The basic usage is (for Internet sharing):
create_ap wlan0 wlan0 AccessPointName PassPhrase
You can also use the run_create_ap.sh script to automate the jobs.
chmod +x run_create_ap.sh
./run_create_ap.sh
For the first usage you can enter the AccessPointName and PassPhare for once. The next run; script can use the previous AccessPointName and PassPhare.
Hi @lareya, this guide is a bit old(almost 3 years old) and maybe it has flaws.
Maybe the
wifiadaptorvariable is not correct for your hardware. You can check out theifconfigcommand's output to see Wireless Ethernet Card's device name.Please check out the original oblique/create_ap repository for further information.