Add wifi-setup-web app

PUBLISHED_FROM=e311020336accc9e6c35ede00d854cfa10081758
This commit is contained in:
Sergey Lyubka
2017-06-05 20:34:53 +01:00
committed by Dmitry Frank
parent e650db396f
commit 98df69e0ac
6 changed files with 162 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Setup WiFi via Web UI
- Start [mos tool](https://mongoose-os.com/software.html),
import this app, build it and flash it.
- Do not configure WiFi - leave the module in AP (Access Point mode).
- Mongoose OS starts a WiFi network called `Mongoose_XXXXXX` with password
`Mongoose`. Switch your workstation to that WiFi network
- Point your browser to http://192.168.4.1
- You'll see a simple form to configure WiFi network & password
![Screenshot](shot.png)