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-17 23:26:28 +05:30
howto Initial commit 2019-02-28 20:37:17 +05:30
src Remove advanced expander and show all options 2019-04-17 23:26:28 +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 Create makefile with proper install 2019-04-17 02:21:07 +05:30
README.md Add validator function and validate before start 2019-04-17 20:13:24 +05:30

Linux Wifi Hotspot

Features

  • Share your wifi like in Windows - Share wifi on same interface which you are connected to internet.
  • Share access point from any network interface
  • 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.
  • Hide ssid

Dependencies

General

  • bash
  • util-linux (for getopt)
  • procps or procps-ng
  • hostapd
  • iproute2
  • iw
  • iwconfig (you only need this if 'iw' can not recognize your adapter)
  • haveged (optional)

Make sure you have those dependencies by typing them in terminal. If any of dependencies fail install it using your distro's package manager

For 'NATed' or 'None' Internet sharing method

  • dnsmasq
  • iptables

For building from source

Installation

git clone https://github.com/lakinduakash/linux-wifi-hotspot
cd linux-wifi-hotspot
make
sudo make install

Uninstallation

sudo make uninstall

Running

wihotspot

Tested with Ubuntu 18.10. If any issue found, file a issue on github.

credits - oblique