Skip to content

Releases: 0neblock/Arduino_SNMP

v2.1.0

22 Jan 06:11
812a0d8
Compare
Choose a tag to compare

What's Changed

  • Added new functions, modified argument types, fixed typo by @aquaticus in #37
  • const char* oid instead of char* oid as argument
  • use const string& instead of string
  • New dynamic handlers that accepts function pointer as an argument:
  • addDynamicIntegerHandler()
  • addDynamicReadOnlyTimestampHandler()
  • addDynamicReadOnlyStringHandler()
  • Handler to accept int (not only int*)
  • Fixed typo in guage to gauge (as in spec). addGugeHandler() marked as depreciated (new function addGaugeHandler()).
  • minor fixes in variable names to satisfy clang-tidy

New Contributors

Full Changelog: 2.0.3...2.1.0

v2.0.3

28 Nov 20:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

v2.0.2

15 Nov 23:43
Compare
Choose a tag to compare

Updated Readme and Example

Full Changelog: v2...2.0.2

v2

10 Nov 23:19
90f182d
Compare
Choose a tag to compare
v2

Upgrade to be fully v2c compliant.
Fixes alot of bugs.