Hi - Hoping for a bit of help using MDNS.
Am I correct in understanding I need to register the IPaddress/netif with MDNS as below?
Is there a convenient hook to do this when DHCP receives an IP address?
Thanks in advance for any help,
Best Regards. Dave

On 10/22/2019 5:15 PM, Dave Nadler wrote:

I'm using LwIP 2.1.2 with DHCP, which works great.
I need to add MDNS for networks where the name provided to DHCP doesn't get resolved by clients. I think I need to call mdns_resp_add_netif(struct netif *netif, char *hostname, u32_t dns_ttl) after DHCP provides an address - where is the correct place to make that call?
Thanks!
Best Regards, Dave

--
Dave Nadler, USA East Coast voice (978) 263-0097, d...@nadler.com, Skype
 Dave.Nadler1

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to