mdns: add the new openwrt mdns daemon
authorJohn Crispin <blogic@openwrt.org>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
commitc1e89aba4d1bfa721031347dbb9144007ccc2cac
tree0ee7a47fda72ba0d3780c2dd73722f8e84b02320
parent48930355d7d7c9cc7d64b0b623fe7ca6f743f6e8
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]