1NUTSCAN_SCAN_AVAHI(3) NUT Manual NUTSCAN_SCAN_AVAHI(3)
2
3
4
6 nutscan_scan_avahi - Scan network for NUT services via AVAHI.
7
9 #include <nut-scan.h>
10
11 nutscan_device_t * nutscan_scan_avahi(long usec_timeout);
12
14 The nutscan_scan_avahi() function try to detect NUT service and its
15 associated devcies. It uses the AVAHI library to do so.
16
17 This function waits up to usec_timeout microseconds before considering
18 an IP address does not respond.
19
21 The nutscan_scan_avahi() function returns a pointer to a
22 nutscan_device_t structure containing all found devices or NULL if an
23 error occurs or no device is found.
24
26 nutscan_scan_usb(3), nutscan_scan_xml_http(3), nutscan_scan_nut(3),
27 nutscan_scan_snmp(3), nutscan_scan_ipmi(3),
28 nutscan_display_ups_conf(3), nutscan_display_parsable(3),
29 nutscan_new_device(3), nutscan_free_device(3),
30 nutscan_add_option_to_device(3), nutscan_add_device_to_device(3),
31 nutscan_cidr_to_ip(3)
32
33
34
35Network UPS Tools 09/15/2011 NUTSCAN_SCAN_AVAHI(3)