You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ This is a fully-compliant SNMPv2c Agent built for Arduino's, but will work on an
29
29
* SNMPv2 Trap
30
30
31
31
It was designed and tested around an ESP32, but will work with any Arduino-based devied that has a UDP object available.
32
+
For non-ESP Arduino's, you will have to also include this library: https://github.com/mike-matera/ArduinoSTL
33
+
Be careful when using this library on non-ESP Arduino's as they're limited on memory. Try to keep the amount of OID's you add to a minimum.
32
34
33
35
The example goes into detail around how to use, or look at `src/SNMP_Agent.h` for the API.
34
36
@@ -170,4 +172,4 @@ There is currencly no mechanism to know (with code) if an SNMP INFORM request ha
170
172
171
173
I am working on adding the functionality to act as an SNMP Server or Manager. In the meantime, if you need to do this, look at the library here: https://github.com/shortbloke/Arduino_SNMP_Manager
0 commit comments