Skip to content

No way to resolve mDNS hostnames #4706

Closed
@G-glop

Description

@G-glop

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

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