micropython snmp library

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
PinkInk
Posts: 65
Joined: Tue Mar 11, 2014 3:42 pm

micropython snmp library

Post by PinkInk » Fri May 20, 2016 10:34 am

I finally managed to squeeze limited support for Simple Network Management Protocol v1 down into something small enough to (just about) run on the esp8266 ga1.8 firmware.

If anyone's interested, you can find it here; https://github.com/PinkInk/upylib/tree/master/usnmp

Bugs to squash and suggestions for improvement will be gladly received.

aiHungChampion
Posts: 2
Joined: Mon Nov 16, 2020 8:20 am

Re: micropython snmp library

Post by aiHungChampion » Mon Nov 16, 2020 8:24 am

hi. This is the longtime to your post. But now i am a new MicroPython and this is my first question in this forum.

Do your SNMP lib can be a agent? I mean it can be listen in 161 port and answer the walk operation from manager?

Hope to hear from you.

Post Reply