Skip to content

Commit 7ae4c66

Browse files
authored
Update README.md
1 parent 812a0d8 commit 7ae4c66

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ This is a fully-compliant SNMPv2c Agent built for Arduino's, but will work on an
2929
* SNMPv2 Trap
3030

3131
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.
3234

3335
The example goes into detail around how to use, or look at `src/SNMP_Agent.h` for the API.
3436

@@ -170,4 +172,4 @@ There is currencly no mechanism to know (with code) if an SNMP INFORM request ha
170172

171173
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
172174

173-
Pull requests/comments are welcome
175+
Pull requests/comments are welcome

0 commit comments

Comments
 (0)