mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Merge branch 'master' of https://github.com/lakinduakash/linux-wifi-hotspot into dev
This commit is contained in:
commit
2bd4d5906b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build binaries
|
||||
run: |
|
||||
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libqrencode-dev libpng-dev build-essential gcc g++ pkg-config make
|
||||
make
|
||||
sudo make install
|
||||
|
@ -6,6 +6,7 @@
|
||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_shield)
|
||||
|
||||
### Update
|
||||
* Share wifi via QR code
|
||||
* UI improvements
|
||||
* Fallback to same channel when same wifi interface does not support for multiple channels
|
||||
* Show the connected devices
|
||||
@ -22,7 +23,7 @@
|
||||
* Hide SSID
|
||||
* Show the connected devices
|
||||
|
||||
![screenshot](docs/sc3.png)
|
||||
![screenshot](docs/sc4.png)
|
||||
|
||||
|
||||
### Command line help and documentation
|
||||
@ -42,7 +43,6 @@ If any problems with **RealTeK Wifi Adapters** see [this](docs/howto/realtek.md)
|
||||
#### Debian/Ubuntu
|
||||
|
||||
Download the debian package from latest [release](https://github.com/lakinduakash/linux-wifi-hotspot/releases/latest)
|
||||
<!-- - [linux-wifi-hotspot_3.5.1_amd64.deb](https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v3.5.1/linux-wifi-hotspot_3.5.1_amd64.deb) -->
|
||||
|
||||
**OR**
|
||||
|
||||
|
BIN
docs/sc4.png
Normal file
BIN
docs/sc4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Loading…
Reference in New Issue
Block a user