Query mDNS
Posted: Sun Dec 26, 2021 9:21 am
Hi,
I would like to know if it is possible to query mDNS host using lwip.
I want to query for a LAN server that already has avanhi running.
The build config has
Do I need to enable the mDNS server in ESP32 for this to work?.
I would like to know if it is possible to query mDNS host using lwip.
Code: Select all
gethostbyname(host)
I want to query for a LAN server that already has avanhi running.
The build config has
Code: Select all
CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y