python-netsnmpagent
python-netsnmpagent copied to clipboard
Allows to write net-snmp subagents in Python.
In netsnmpagent.py, line 183, the regex match is not correct : The line is: and re.match("AgentX subagent connected", msgtext): It should be started with .* like this: and re.match(".*AgentX subagent...
Hello. First of all, thank you for that library, since it appears to be the most alive Pyhon-SNMP implementation. I tried to run simple agent example, from the master branch,...
Add BITS construct defined in RFC 2578 - 7.1.4 From agent code, this type can be used as integer and bits can be set and reset by simple math. Reason...
Inspired by #22 but done completely differently. It is not using pdu so it is not affected by incompatibility introduced in Net-SNMP v5.8. Function parameters are different and simplified. You...
Hello, I choose your library to implement snmp agent for our company project. It is working fine but there was need to implement functionality to send traps. I am beginner...
I'm setting an OctetString as follows as an SNMP DateTime object I'm not sure if the way I'm setting the DateTime is correct for SNMP, but when I do a...
Add EnumVal example for tables and scalars.
This fixes a lintian warning.
Unfortunately distutils is deprecated and will be removed in python 3.12