]> granicus.if.org Git - esp-idf/commit
Initial mDNS component and example
authorme-no-dev <hristo@espressif.com>
Wed, 4 Jan 2017 16:54:07 +0000 (18:54 +0200)
committerme-no-dev <hristo@espressif.com>
Fri, 13 Jan 2017 10:12:43 +0000 (12:12 +0200)
commitdd3f18d2d88ee78909d4af2840dfdf0b9f715f28
treec8fd49cdc9f1294b831fda0c6bed72c65b1ef0f4
parentca9f62ad77db58c2b4813981632d17ef2101add9
Initial mDNS component and example
12 files changed:
components/mdns/component.mk [new file with mode: 0644]
components/mdns/include/mdns.h [new file with mode: 0644]
components/mdns/mdns.c [new file with mode: 0644]
components/tcpip_adapter/include/tcpip_adapter.h
docs/Doxyfile
docs/api/mdns.rst [new file with mode: 0644]
docs/index.rst
examples/30_mdns_example/Makefile [new file with mode: 0644]
examples/30_mdns_example/README.md [new file with mode: 0644]
examples/30_mdns_example/main/Kconfig.projbuild [new file with mode: 0644]
examples/30_mdns_example/main/component.mk [new file with mode: 0644]
examples/30_mdns_example/main/mdns_example_main.c [new file with mode: 0644]