Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 10-May-2019 | - | ||||
mibs/ | H | 10-May-2019 | - | 12,705 | 11,081 | |
Makefile | H A D | 10-May-2019 | 183 | 13 | 7 | |
README.MIBS | H A D | 10-May-2019 | 406 | 18 | 12 | |
drv_powernet.c | H A D | 10-May-2019 | 16.8 KiB | 587 | 441 | |
drv_rfc1628.c | H A D | 10-May-2019 | 4.2 KiB | 164 | 101 | |
powernet-mib-mgr.c | H A D | 10-May-2019 | 391.9 KiB | 8,096 | 7,074 | |
powernet-mib.h | H A D | 10-May-2019 | 125.7 KiB | 4,268 | 2,234 | |
rfc1628-mib-mgr.c | H A D | 10-May-2019 | 38.9 KiB | 927 | 793 | |
rfc1628-mib.h | H A D | 10-May-2019 | 12.5 KiB | 519 | 267 | |
snmp.c | H A D | 10-May-2019 | 5.6 KiB | 254 | 146 | |
snmp.h | H A D | 10-May-2019 | 3.6 KiB | 122 | 72 | |
snmp_private.h | H A D | 10-May-2019 | 1.6 KiB | 45 | 14 |
README.MIBS
1The SNMP driver depends on the "netsnmp" package. 2 3The ability to communicate with an SNMP UPS is 4defined by the management MIBs that this driver knows. 5 6To translate a MIB file into C source code, use the 7program 'smidump -f netsnmp'. 8 9MIBS supported 10 11 APC's PowerNet MIB version 3.3.0. 12 powernet-mib-mgr.c 13 powernet-mib.h 14 15 IETF's RFC-1628 MIB 16 ups-mib-mgr.c 17 ups-mib.h 18