YunoHost-Apps / hotspot_ynh

Wifi Hotspot app for YunoHost
GNU Affero General Public License v3.0
39 stars 19 forks source link

Allow one hotspot per device when several devices are detected? #70

Closed Thatoo closed 1 year ago

Thatoo commented 3 years ago

Versions

To Reproduce Steps to reproduce the behavior.

Expected behavior Could it be possible to create one hotspot per device inside the same app or install the app several time and create one hotspot per device per app?

Waiting for this option to come, how can I create a second wifi hostpost (I have a usb wifi hotspot ready dongle) by ssh, changing hostapd config manually?

Thatoo commented 2 years ago

Well now, with the new app v2.0, I can't even change between devices...

I plug only wlan0, app is working well.

I plug wlan 1, it still works but I should not try changing settings. I can't choose between wlan 0 or wlan 1. The only option is image

And well, still not possible to set two different hotspots, one on each device.

Thatoo commented 2 years ago

It seems possible though : https://unix.stackexchange.com/questions/618635/hostapd-on-two-interfaces-two-configuration-files

One of the interest is, for example if you place a raspbery pi in a room (one device) to which you plug an usb wifi adapter (second device) that you place in an other room thanks to a usb cable going through a big wall that wifi can't go through. Then you can have two wifi sources in two different rooms.

Thatoo commented 2 years ago

looks like this guy did it with raspap : https://deanfourie.me/hostapd-raspap/

alexAubin commented 1 year ago

Closing because the bug in second comment should be fixed now

Thatoo commented 1 year ago

Ìndeed, the bug in second comment is fixed but not the main bug/feature of this issue which is the possibility to set one different wifi hotspot per device available.