Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Go to file
2019-04-16 11:14:41 +05:30
howto Initial commit 2019-02-28 20:37:17 +05:30
src Ui changes 2019-04-16 11:14:41 +05:30
.gitignore Update gitignore 2019-04-14 21:08:24 +05:30
LICENSE Add new LICENCE 2019-04-14 22:16:31 +05:30
Makefile Add new makefile 2019-04-14 22:31:15 +05:30
README.md Update readme 2019-04-16 03:00:14 +05:30

Linux Wifi Hotspot

Features

  • Share your wifi like in Windows - Share wifi on same interface while you are connected to a network.
  • Includes Both command line and gui.
  • Support both 2.4GHz and 5GHz (Need to compatible with your wifi adapter). Ex: You have connected to 5GHz and share connection with 2.4GHz.
  • Select Channel to share.

Installing

Dependencies
  • bash
  • cmake
  • gcc and g++
  • build-essential