Wireless Hotspot Module (系统无线热点模块)
Question
Based on the openkylin operating system, the wireless network card is designed and implemented to create a network hotspot function while connecting to the wireless network.
Usage
Create a hotspot
After a successful installation, please locate ‘wifi hotspot’ in the menu bar and double-click it to launch the application.

QR Code

Advanced Settings

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
To build from source
- make
- gcc and g++
- build-essential
- pkg-config
- gtk
- libgtk-3-dev
- libqrencode-dev (for qr code generation)
- libpng-dev (for qr code generation)
On Ubuntu or debian install dependencies by,
sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev
On Fedora/CentOS/Red Hat Enterprise Linux/Rocky Linux/Oracle Linux
sudo dnf install -y gtk3-devel gcc gcc-c++ kernel-devel pkg-config make hostapd qrencode-devel libpng-devel
Installation
cd hotspot
#build binaries
make
#install
sudo make install
Uninstallation
sudo make uninstall
Wireless Hotspot Module (系统无线热点模块)
Question
Based on the openkylin operating system, the wireless network card is designed and implemented to create a network hotspot function while connecting to the wireless network.
Usage
Create a hotspot
After a successful installation, please locate ‘wifi hotspot’ in the menu bar and double-click it to launch the application.
QR Code
Advanced Settings
Dependencies
General
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
To build from source
On Ubuntu or debian install dependencies by,
On Fedora/CentOS/Red Hat Enterprise Linux/Rocky Linux/Oracle Linux
Installation
Uninstallation