lzjqsdd / WifiAssist

The easy way to use Wifi through PC.
85 stars 12 forks source link

Build Status

WifiAssit

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.

Install

  git clone https://github.com/lzjqsdd/WifiAssist.git
  cd WifiAssist
  sudo ./install.sh

或编译安装(32为系统需要自己编译)

  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

  ./uninstall.sh

(建议卸载按照install.sh中的命令对应着逐个删除。)

Snapshot

WifiAssit_init1 WifiAssit_init2 WifiAssit_init2 WifiAssit_init2

Thanks

create_ap project:https://github.com/oblique/create_ap