Releases: shortbloke/Arduino_SNMP_Manager
Releases · shortbloke/Arduino_SNMP_Manager
v1.1.13
What's Changed
- Bug fix for stackoverflow when using OIDs with 10-digit segments
New Contributors
- @AlphaArslan made their first contribution in #31
Full Changelog: v1.1.12...v.1.1.13
v1.1.12
Added flag to suppress short packet errors. Add #define SUPPRESS_ERROR_SHORT_PACKET
before #include <Arduino_SNMP_Manager.h>
Added flag to suppress failed to parse errors. Add #define SUPPRESS_ERROR_FAILED_PARSE
before #include <Arduino_SNMP_Manager.h>
Corrected some spelling mistakes.
Full Changelog: v1.1.11...v1.1.12
v1.1.11
v1.1.10
v1.1.9
Add an example of polling multiple devices and storing results in an array of device records.
v1.1.8
v1.1.7
v1.1.6
Enable the destination port number for SNMP requests to be configurable, defaults to 161. Can be overridden by calling setPort(<port_number>)
v1.1.5
Support longer OIDs. Change in v1.1.1 was incomplete.