树莓派3开wifi热点

https://www.cnblogs.com/visionsl/p/8042315.html

git 下载 create_ap

git clone https://github.com/oblique/create_ap.git

make

cd create_ap/
sudo make install

安装依赖

apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq -y

启动热点

ifconfig wlan0 down
create_ap wlan0 eth0
#create_ap --no-virt wlan0 eth0 ssidname password

你可能感兴趣的:(杂项,网络服务)