mDNS example project
Hello,
I have a project running on an STM32F407VE that is using FreeRTOS and lwIP. I have a working webserver among other things. I want to implement mDNS but it doesn't seem straightforward - never done it before. Does anyone have some guidance or an example project?
For my application, I think I only need to respond to multicasts so I can provide my IP address if they know my hostname. I don't need to query devices for their IP address.
Thanks,
Mike.