1.git clone https://github.com/oblique/create_ap.git
2.cd create_ap
并修改配置文件create_ap.conf,SSID和网关
3.sudo make install
4.安装依赖库
sudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq
5.接下来保证你的网线插在RaspberryPi上并且能上网就行了。输入下面的命令启动无线AP:
sudo create_ap wlan0 eth0 热点名 密码
sudo create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase
sudo create_ap –config /etc/create_ap.conf
6.
sudo systemctl start create_ap.service #启动AP服务
sudo systemctl enable create_ap.service #添加到开机启动