snmp-query-engine
snmp-query-engine copied to clipboard
multiplexing SNMP query engine
```` cc -c -Wall -Wno-unused-function -Werror -O3 -g -I/usr/local/include -I/opt/local/include -o util.o util.c util.c:16:17: error: use of undeclared identifier 'MSGPACK_OBJECT_RAW'; did you mean 'MSGPACK_OBJECT_MAP'? if (o->type != MSGPACK_OBJECT_RAW) ^~~~~~~~~~~~~~~~~~ MSGPACK_OBJECT_MAP...
Your project is really amazing, recently I made my own snmp crawler for 20 million docsis devices, and I was surprised by the similarities of the techniques you applied. Performing...
According to the manual entry for GETTABLE: > Possible errors are the same as in **GET** request, plus the following ... However: (1) When trying to retrieve a non-existent OID...