1avahi-browse(1) General Commands Manual avahi-browse(1)
2
3
4
6 avahi-browse - Browse for mDNS/DNS-SD services using the Avahi daemon
7
9 avahi-browse [options] service-type
10
11 avahi-browse [options] --all
12
13 avahi-browse [options] --browse-domains
14
15 avahi-browse [options] --dump-db
16
17 avahi-browse-domains [options]
18
20 Browse for mDNS/DNS-SD network services and browsing domains using the
21 Avahi daemon.
22
24 Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the
25 command line, or -a to browse for all available service types. Items
26 that appear on the network are prefixed with "+", items that disappear
27 are prefixed with "-". If --resolve is passed items that are resolved
28 are prefixed with "=".
29
30 -a | --all
31 Browse for all service types registered on the LAN, not just the
32 one specified on the command line.
33
34 -D | --browse-domains
35 Browse for browsing domains instead for services. avahi-browse-
36 domains is equivalent to avahi-browse --browse-domains
37
38 -d | --domain= DOMAIN
39 Browse in the specified domain. If omitted avahi-browse will
40 browse in the default browsing domain (usually: local)
41
42 -v | --verbose
43 Enable verbose mode.
44
45 -t | --terminate
46 Terminate after dumping a more or less complete list.
47
48 -c | --cache
49 Terminate after dumping all entries available in the cache.
50
51 -l | --ignore-local
52 Ignore local services, show only remote services.
53
54 -r | --resolve
55 Automatically resolve services found.
56
57 -f | --no-fail
58 Don't fail if the daemon is not found running. Instead, wait
59 until it appears. If it disconnects, try to reconnect.
60
61 -p | --parsable
62 Make output easily parsable for usage in scripts. If enabled
63 fields are separated by semicolons (;), service names are
64 escaped. It is recommended to combine this with --no-db-lookup.
65
66 -k | --no-db-lookup
67 Don't lookup services types in service type database.
68
69 -b | --dump-db
70 Dump the service type database (may be combined with -k)
71
72 -h | --help
73 Show help.
74
75 -V | --version
76 Show version information.
77
79 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>;
80 Avahi is available from http://avahi.org/
81
83 avahi-publish(1), avahi-resolve(1), avahi-daemon(8)
84
86 This man page was written using xml2man(1) by Oliver Kurth.
87
88
89
90Manuals User avahi-browse(1)