-
Notifications
You must be signed in to change notification settings - Fork 13.3k
mDNS not work in AP mode #6290
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
Comments
Please try with the GIT head. There has been discussion and changes to the networking which may get you going just fine. If git head (see README.md for instructions on getting it) still fails, you can update this issue report. |
I have follow these lines for install git version but when restart arduino IDE, compile and flash, the result is same. Not work in AP mode. Maybe I must delete older folder "esp8266/2.5.2" before opening IDE? |
If you installed the 2.5.2 release via boards manager, then delete it using the boards manager to ensure there aren't traces left. Otherwise things can get "interesting" and you'll not be sure what's exactly being run... |
I have delete installed version 2.5.2 from board manager and clean folder... |
Path problem solved editing with: |
Solved... |
I am struggling with this issue, and @lags 's suggestion does not work. In fact, upon doing
, the mDNS service stops working in both AP and station modes. Keeping the original line makes mDNS work in station but not AP mode. Is there any fix for this issue @earlephilhower ? |
Here is the logic flow of my application:
Is the order of configurations correct, or am I supposed to init the AP after the MDNS service? |
Basic Infos
Platform
Settings in IDE
Problem Description
When set in AP mode mDNS not work for respond with service associated.
Instead in STA mode work successfully with same mDNS configuration.
MCVE Sketch
The text was updated successfully, but these errors were encountered: