Initial version of a basic multicast-DNS service discovery responder

This commit is contained in:
Michael Hamel 2017-03-03 15:46:08 +13:00
parent fda5d0b942
commit 4b1b2a5cc3
3 changed files with 863 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/mdnsresponder
INC_DIRS += $(mdnsresponder_ROOT)
# args for passing into compile rule generation
mdnsresponder_INC_DIR = $(mdnsresponder_ROOT)
mdnsresponder_SRC_DIR = $(mdnsresponder_ROOT)
$(eval $(call component_compile_rules,mdnsresponder))