search for: scan_nut

Displaying 2 results from an estimated 2 matches for "scan_nut".

Did you mean: scan_int
2011 Sep 25
1
[nut-commits] buildbot failure in Network UPS Tools on FreeBSD-x86
...8=freebsd8 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/BSDPAN - DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/ local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -I/usr/include -I/ usr/local/include -I/usr/local/include/neon -g -O2 -Wall -Wsign- compare -MT libnutscan_la-scan_nut.lo -MD -MP -MF .deps/libnutscan_la- scan_nut.Tpo -c ../../../tools/nut-scanner/scan_nut.c -fPIC -DPIC - o .libs/libnutscan_la-scan_nut.o In file included from ../../../tools/nut-scanner/nut-scan.h:23, from ../../../tools/nut-scanner/scan_nut.c:22: ../../../tools/nut-scanner/nutscan-ip.h:33: error...
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
...ects/nut/changeset/3060 > > Log: > Add NUT server scan. > > (...) > device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout, > snmp_security_t * sec); > > device_t * scan_usb(); > > device_t * scan_xml_http(long usec_timeout); > > +device_t * scan_nut(char * startIP, char * stopIP, char * port); > for the sake of coherence and completion, you may also add the "long usec_timeout" here, as you did for SNMP and XML... I'm also wondering if the "startIP / stopIP" is really worth WRT a CIDR or "network / mask" n...