mdns: add the new openwrt mdns daemon
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
commitfab99d71e979c4cac104e15c463a779eb7bbad71
tree0ee7a47fda72ba0d3780c2dd73722f8e84b02320
parentae2baabf5fafdd025c3a7b25ce6b312e7e766590
mdns: add the new openwrt mdns daemon

this is still wip, you can use the following ubus calls.

ubus call mdns scan # triggers a scan
ubus call mdns browse # look at the currenlty cached records
ubus call mdns hosts # look at the currenlty cached hosts

TODO
- ipv6, currenlty AAAA records are handled but only on v4 sockets
- finish the service announce code

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41345 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/network/services/mdns/Makefile [new file with mode: 0644]
package/network/services/mdns/files/mdns.config [new file with mode: 0644]
package/network/services/mdns/files/mdns.init [new file with mode: 0644]