Am 25.10.2019 um 01:19 schrieb Dave Nadler:
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,

You can attach a callback to a netif that gets called when the address
or state changes. That would probably be a good place to do this:

See netif_add_ext_callback documentation.

Regards,
Simon

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

Reply via email to