SNMP Client

Looking to use an Arduino ethernet I have laying around to grab some stats from a router (and possibly a couple of switches) via snmp . I'll probably display them on an LCD, or make a gauge of some sort in the end.

I've found lots of Agent examples but nothing really for a simple client. Something the rough equivalent to snmp-get would be ideal.

Anyone know of a library or example?

I have a bunch of esp8266's and a couple of ESP32's kicking around if they are better suited.

Thanks!

Not exactly what I was looking for, but I ended out using an esp8266 + micropython and usnmp.

Link to the two example scripts I used as reference. upylib/usnmp/examples at master · PinkInk/upylib · GitHub