mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #256] Possibility, to have the captive portal server all the time up? #211
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kunosee on GitHub (Nov 30, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/256
Is there a plan, to have the configuration server all the time up? From my point of view, it would make sense for many applications, just to use this server for controlling the application as well.
Maybe I have missed some options allowing that for me. I realized, that Custom Parameters are already possible, but only during the period of configuration.
@pieman64 commented on GitHub (Nov 30, 2016):
@kunosee you can read and write to the custom parameters at any time without the Captive portal server.
@kentaylor commented on GitHub (Dec 1, 2016):
@kunosee, it sounds like you want to start WiFiManager on a button press.
Do you want to use WiFi Manager for controlling your application or a web server. Have you considered controlling your application from the cloud.
@kunosee commented on GitHub (Dec 1, 2016):
@pieman64: I know that, but I need an alway running webserver, to contrl my application.
@kentaylor: Cloud is no option, as that needs internet connection, which is not always given.
From my point of view it would be enough, to control the application from a client, connected to the ESP-AP. As this behaviour is not user friendly in all cases, where users are using WiFi for internet or other local connectivity, the application should have the possibility to join that network.
So my idea is, that WiFi Manager could be used as a kind of framework for all web controlled applications.
So the webserver should be up all the time, and only the nameserver is needed, when in AP mode.
Right now it is quiet uncomfortable in AP mode, to wait till the configuration server is down, before the application server can start on that port. Furthermore are restarts necessary, when you wish to change the network mode.
@kentaylor commented on GitHub (Dec 1, 2016):
@kunosee asked for
With this version of WiFi Manager the web server will be visible on the network to which the ESP is connected.
@kunosee suggests
and I also thought WiFi manager is in part like a web application framework.
@kunosee commented on GitHub (Dec 1, 2016):
@KenTaylor: That looks really looks like that, what I meant! I will dig into it!