nuttx-apps/examples/mdnsd
Tiago Medicci c51180d780 examples/mdnsd: Create an event-based starter for mDNS daemon
Start the mDNS daemon based on the event of getting a new IP
address for any of the system's network interfaces. This allows
DHCP client to trigger the mDNS daemon after getting a new IP
address, for instance.

Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
2026-06-16 14:24:42 -03:00
..
Kconfig examples: add mdnsd example application to accompany netutils/mdns library 2025-06-02 23:18:24 +08:00
Make.defs examples: add mdnsd example application to accompany netutils/mdns library 2025-06-02 23:18:24 +08:00
Makefile examples/mdnsd: Create an event-based starter for mDNS daemon 2026-06-16 14:24:42 -03:00
mdnsd_daemon.c testing: add unistd.h and pthread.h headers 2026-01-26 19:32:27 +08:00
mdnsd_daemon.h examples: add mdnsd example application to accompany netutils/mdns library 2025-06-02 23:18:24 +08:00
mdnsd_event.c examples/mdnsd: Create an event-based starter for mDNS daemon 2026-06-16 14:24:42 -03:00
mdnsd_start.c examples: add mdnsd example application to accompany netutils/mdns library 2025-06-02 23:18:24 +08:00
mdnsd_stop.c examples: add mdnsd example application to accompany netutils/mdns library 2025-06-02 23:18:24 +08:00