The easy way to use Wifi through PC. 类似windows平台下的猎豹免费wifi
WifiAssist在Ubuntu14.04下开发。在以下系统测试及问题:
Ubuntu14.04 测试通过
Deepin15.2/3 出现 Refusing to render service to dead parents.
git clone https://github.com/lzjqsdd/WifiAssist.git
cd WifiAssist
sudo ./install.sh
sudo apt-get update -qq
sudo apt-get -y install qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
sudo apt-get -y install qt5-default qttools5-dev-tools
git clone https://github.com/lzjqsdd/WifiAssist.git
cd WifiAssist/build
qmake ../WifiAssist.pro
make
cd ../INSTALL
sudo ./install.sh
./uninstall.sh
(建议卸载按照install.sh中的命令对应着逐个删除。)
create_ap project:https://github.com/oblique/create_ap