Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Updated Jul 2025

mDNS

mDNS stands for Multicast Domain Name Systemexternal_link, which is a form of domain name resolution.

mDNS is a variation of DNS service, which is a form of domain name resolution. When an mDNS client needs to resolve a hostname, it sends an IP multicastexternal_link query message that asks the host that has that name to identify itself.

An mDNS message is a multicast UDP packet sent using the following addressing:

If ipconfigUSE_DNS and ipconfigUSE_MDNS are set to 1 in FreeRTOSIPConfig.h then the FreeRTOS-Plus-TCP API function FreeRTOS_gethostbyname() can be used to resolve a text name to an IP address when the hostname has a postfix ".local".