Arduino_SNMP_Manager icon indicating copy to clipboard operation
Arduino_SNMP_Manager copied to clipboard

SNMP Manager for ESP32/ESP8266 and Arduino

Results 5 Arduino_SNMP_Manager issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to walk through OIDs to get the alarms table on ".1.3.6.1.2.1.33.1.6.2". Do you have any advice to how can I achieve it? Thanks

Currently there is no possibility to check if snmp request had been processed. In the examples the call to "uptime" oid is used as sudo check. However many devices are...

enhancement

I imagine this is more of a feature request than an issue, please forgive me. I want to use an esp32 to poll the ifInOctets and ifOutOctets for up to...

question

Investigate [AsyncUDP ](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to replace looping to check for new UDP packets. * Check platform support/portability * Check existing udp library doesn't have async methods * Believe changes would require...

enhancement

Add unit test to at least cover the parsing of different packet types in order to avoid missing regressions (again).

enhancement