Closed
Description
The ESP8266 can do everything else with mDNS (advertise services, query services, set it's hostname), apart from the very important thing of querying hostnames.
ESP32 can do it with the MDNS.queryHost function, but it only wraps the one from the sdk, which lives inside a compiled binary. So it's no use for backporting it to the ESP8266.
This is all more unfortunate because the netBIOS library also cannot resolve hostnames
edit: madpilots mDNSResolver did the job, but the functinality should be part of the built in library
Metadata
Metadata
Assignees
Labels
No labels