Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of dual AP/client capabilities #12

Open
wighawag opened this issue May 30, 2023 · 3 comments
Open

Make use of dual AP/client capabilities #12

wighawag opened this issue May 30, 2023 · 3 comments

Comments

@wighawag
Copy link

Hey, thanks for your script. Not an issue, more like a feature request:

The script currently requires you to choose whether you want to have an AP or if the PI connect to an existing network.

Some of the raspberry PIs supports dual mode where the PI can be both an AP and a wifi client to another AP.

It would be great if the script offered the option to use this capability.

@RaspberryConnect
Copy link
Owner

Hi, I have looked at that in the past, I don't think it is that easy to implement. This issue is for the next PiOS (Bookworm, probably due out in June 23), they are changing the way wifi works so that means this script will no longer work for that.

I will be creating a new script for bookworm onwards, so I will keep your request in mind once I have a comparable script working and then start on further development.

@mats-nk
Copy link

mats-nk commented Jan 8, 2024

Bookworm has switched to NetworkManager so the old way is now gone. nmcli is the way to configure network Eth and WiFi.

@RaspberryConnect
Copy link
Owner

Hi Mats-nk

Its a bit of a pain having to rewrite the whole thing but the Bookworm version is available on my website.
With the Network Manager GUI allowing Access Point selection, it is easier but the script is still useful for those with headerless setups as NM doesn't deactivate the AP when a Wifi network is in range.

https://www.raspberryconnect.com/projects/65-raspberrypi-hotspot-accesspoints/203-automated-switching-accesspoint-wifi-network

I will be adding it to Git once I have done some further work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants