Skip to content

Question: is mDNS supposed to work in AP mode ? #96

@luc-github

Description

@luc-github

Hi I have tried mDNS sample in Station Mode, and it works very well - excellent!
But I have issue in AP mode:
I have modified the sample code to start in AP mode without password

  // Connect to WiFi network
  //WiFi.begin(ssid, password);
  WiFi.mode(WIFI_AP);
  WiFi.softAP(ssid);

and started mDNS using AP IP
if (!mdns.begin("esp8266", WiFi.softAPIP())) {

webserver answer as expected on browser if using ip address (normal), but no answer when using http://esp8266.local - seems mDNS started without issue and I do not see any error on serial.

Is that normal ? or do I miss to setup something ?

Thanks,

Luc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions