summaryrefslogtreecommitdiff
path: root/package/network/services/mdns/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* package/network/services: probably from OpenWRTLudovic Pouzenc2018-09-161-2/+2
|
* mdns: add the new openwrt mdns daemonJohn Crispin2014-06-261-0/+41
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