Answer the question
In order to leave comments, you need to log in
How to set up wlan Raspbian so that if there are no available networks, your own will rise?
There is a raspberry pi with Raspbian, network interfaces eth0 and wlan0 and Apache. It is necessary to configure the configs so that:
1) in the presence of a wired network, eth0 receives settings via dhcp, and distributes via wlan0 with predefined SSID and password;
2) in the absence of a wired network, you need to try to connect to one of the pre-registered wireless networks, and if this is not available, raise your access point as in step 1.
3) once every 30-60 minutes, start the procedure of item 2.
Is it possible to do this and how? Access to Apache should be in any case.
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
Here, most likely, it is not necessary to configure the configs, but write a script for crontab checking the interface, connecting to a wireless network, creating a network
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question