Git Product home page Git Product logo

wifiassist's Introduction

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.

  • 简单开启并关闭wifi
  • 增加接入点设置、wifi名称、密码设置,重置设置
  • 桌面图标启动
  • 自动获取系统网卡列表
  • 增加名称密码修改后提示
  • 应用为单进程
  • 问题报告及关于
  • 系统托盘控制
  • 增加接入设备气泡提示
  • 接入设备列表页
  • 接入设备列表的设备logo显示
  • 增加高级设置项
  • 气泡控制提示
  • 接入设备限速控制、踢人
  • 自动更新

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

运行

  • 终端执行WifiAssist
  • 或dash搜索应用WifiAssit,点击图标执行。

Uninstall

  ./uninstall.sh

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

Snapshot

WifiAssit_init1 WifiAssit_init2 WifiAssit_init2 WifiAssit_init2

Thanks

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

wifiassist's People

Contributors

lzjqsdd avatar

Watchers

James Cloos avatar Kurumi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.