The easy way to use Wifi through PC. 类似windows平台下的猎豹免费wifi
Lastest Version(最新版) Download
WifiAssist在Ubuntu14.04下开发。在以下系统测试及问题:
Ubuntu14.04 测试通过
Deepin15.2/3 出现 Refusing to render service to dead parents.
- 简单开启并关闭wifi
- 增加接入点设置、wifi名称、密码设置,重置设置
- 桌面图标启动
- 自动获取系统网卡列表
- 增加名称密码修改后提示
- 应用为单进程
- 问题报告及关于
- 系统托盘控制
- 增加接入设备气泡提示
- 接入设备列表页
- 接入设备列表的设备logo显示
- 增加高级设置项
- 气泡控制提示
- 接入设备限速控制、踢人
- 自动更新
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
- 终端执行WifiAssist
- 或dash搜索应用WifiAssit,点击图标执行。
./uninstall.sh
(建议卸载按照install.sh中的命令对应着逐个删除。)
create_ap project:https://github.com/oblique/create_ap