mdns: add the new openwrt mdns daemon
authorJohn Crispin <john@openwrt.org>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 26 Jun 2014 11:43:34 +0000 (11:43 +0000)
commitd3be71e141c754ab5e1fbb2c14ce1876d931e6a3
tree41a8a4637aceb0d721c73c4a9375ad81f766139a
parent3a9bfa5938ab4d98a7c7ee10fca4b25101bbc0f9
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>
SVN-Revision: 41345
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]