search for: scan_usb

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

Did you mean: pcan_usb
2011 Sep 14
1
[nut-commits] svn commit r3226 - trunk/tools/nut-scanner
...pple-guest > Date: Wed Sep 14 12:25:03 2011 > New Revision: 3226 > URL: http://trac.networkupstools.org/projects/nut/changeset/3226 > > Log: > Include <string.h> for nut-scanner > > Modified: > trunk/tools/nut-scanner/scan_snmp.c > trunk/tools/nut-scanner/scan_usb.c > > Modified: trunk/tools/nut-scanner/scan_snmp.c > ============================================================================== > --- trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:24:58 2011 (r3225) > +++ trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:25:03 2011 (r3226)...
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
...un 27 13:56:51 2011 > New Revision: 3060 > URL: http://trac.networkupstools.org/projects/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 t...