我尝试使用ap-hotspot创建一个wifi热点,但它给了我一些problem every time,我使用它。我只想问一问,还有其他软件包可以创建wifi热点othen than ap-hotspot吗?
发布于 2017-06-19 12:27:47
我非常喜欢create_ap,它非常轻量级。
git clone https://github.com/oblique/create_ap
cd create_ap/
sudo make install要创建您的热点,只需运行以下命令
create_ap wlp2s0 wlp2s0 MyHotspot Mypassword这就是一切!(请注意,在我的例子中,同样的设备用于发送和接收-但是如果您使用的是两种不同的卡,只需使用这些卡)
发布于 2015-08-20 23:38:01
以下是我在Google上找到的两个:
创建一个WiFi热点1
创建一个WiFi热点2
谷歌搜索:hotspot software for ubuntu -ap-hotspot
仍然有一些使用ap热点,但也有其他不使用.此外,还有一些YouTube视频。
https://askubuntu.com/questions/663956
复制相似问题