Forgot to mention. I don't want to enable the end user to log in to root to setup the wifi during the first start setup on wifi setup page. To enable the end user to use above method, the wifi should already be setup and the computer connected to the omega AP
X
Posts made by Xenotek
-
RE: Custom wifi setup interface
-
RE: Custom wifi setup interface
I am also interested in this, although I am using bottle to generate the web pages. I need to serve a webpage that will enable the end user to setup the Wifi without having to use a terminal program and command line.
What I am thinking to do is GET the settings from the HTML form and use python with subprocess.call(uci set ....) to set SSID and password etc.