Arduino-SNMP icon indicating copy to clipboard operation
Arduino-SNMP copied to clipboard

An updated and enhanced version of the Agentuino SNMP library.

Results 2 Arduino-SNMP issues
Sort by recently updated
recently updated
newest added

hi file `ArduinoSNMP.h`, inside function: `void prepare_trapv2(SNMP_VALUE *t_v)` ```cpp //This line below causes error, millis() type doesn't have a definite type. //This produces different candidates for one overloaded function call....

Hi, I've tried to compile the example SNMP Agent code, it won't find the module.h included in the SNMPAgent.h file, and if i comment it out, it trows another thousand...