Skip to content

Releases: 0neblock/Arduino_SNMP

v2.1.0

Choose a tag to compare

@0neblock 0neblock released this 22 Jan 06:11
812a0d8

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

Choose a tag to compare

@0neblock 0neblock released this 28 Nov 20:35

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

v2.0.2

Choose a tag to compare

@0neblock 0neblock released this 15 Nov 23:43

Updated Readme and Example

Full Changelog: v2...2.0.2

v2

v2

Choose a tag to compare

@0neblock 0neblock released this 10 Nov 23:19
90f182d

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