1. 程式人生 > >樹莓派3簡單設定無線AP-轉載

樹莓派3簡單設定無線AP-轉載

不用敲命令的建立方式:
1.git clone https://github.com/oblique/create_ap.git
2.cd create_ap
3.sudo make install就這樣安裝好了
4.接下來安裝依賴庫sudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq
5.就這麼簡單幾個命令就能安裝好全部環境
6.接下來保證你的網線插在pi3上並且能上網就行了。輸入下面的命令啟動無線AP:
sudo create_ap wlan0 eth0 熱點名 密碼
7:或者啟動AP服務systemctl start create_ap


然後新增到開機啟動systemctl enable create_ap
此過程中需要輸入密碼