mdns example not work!
Posted: Tue Dec 11, 2018 9:02 am
Hi guys,
I'm working with master branch v.3.3-dev and I've tried "mdns_example".
It doesn't works for me.
I've configured the SSID, the password of an external AP, and the hostname of the device for mdns (I've setted "esp32").
When I run the example, I see print in the log the correct name of hostname, ("esp32_xy_zt_xw) with xy,zt,xw the last 3 numbers of MAC address.
It connect to my external AP correctly, then I see the the IP received from external AP.
It try to do "Query A: tinytester.local" with the error "ESP_ERR_NOT_FOUND: Host was not found!"
When I push the button it prints all the query in sequence but with the same error: "No results found!"
Then in an other PC host connected to my external AP, I've tried to ping esp32: I'm able to perform the ping action using the IP of the esp32 but if I try using the hostname "esp32_xy_zt_xw.local" I'm not able to perform ping action.
Can you help me please!
Thank you
Bye
Patrik
I'm working with master branch v.3.3-dev and I've tried "mdns_example".
It doesn't works for me.
I've configured the SSID, the password of an external AP, and the hostname of the device for mdns (I've setted "esp32").
When I run the example, I see print in the log the correct name of hostname, ("esp32_xy_zt_xw) with xy,zt,xw the last 3 numbers of MAC address.
It connect to my external AP correctly, then I see the the IP received from external AP.
It try to do "Query A: tinytester.local" with the error "ESP_ERR_NOT_FOUND: Host was not found!"
When I push the button it prints all the query in sequence but with the same error: "No results found!"
Then in an other PC host connected to my external AP, I've tried to ping esp32: I'm able to perform the ping action using the IP of the esp32 but if I try using the hostname "esp32_xy_zt_xw.local" I'm not able to perform ping action.
Can you help me please!
Thank you
Bye
Patrik