./wip/py-snmp, SNMP library for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.4.9, Package name: py310-snmp-4.4.9, Maintainer: pkgsrc-users

SNMP v1/v2c/v3 engine and apps written in pure-Python. Supports
Manager/Agent/Proxy roles, scriptable MIBs, asynchronous operation
and multiple transports.


Required to run:
[devel/py-setuptools] [security/py-asn1] [wip/py-smi] [lang/python37] [wip/py-cryptodomex]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 40649a60a28778e670b98f6d7f83cf5ba8261978
Filesize: 425.798 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:55 by othyro | Files touched by this commit (43)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2005-09-28 16:24:39 by Roland Illig | Files touched by this commit (55)
Log message:
Removed trailing white-space.
   2005-09-28 08:41:35 by Roland Illig | Files touched by this commit (132)
Log message:
Added RMD160 checksums.
   2005-05-23 12:27:47 by Roland Illig | Files touched by this commit (1)
Log message:
Removed trailing white-space.
   2005-04-11 23:15:19 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-12-31 11:56:01 by Min Sik Kim | Files touched by this commit (1)
Log message:
Remove a redundant "py" prefix in PKGNAME.
   2004-06-01 20:18:14 by Rui Paulo | Files touched by this commit (4) | Imported package
Log message:
This is a Python implementation of SNMP v.1/v.2c engine. Its general
functionality is to assemble/disassemble SNMP messages from/into
given SNMP Object IDs along with associated values. PySNMP also provides
a few transport methods specific to TCP/IP networking.

PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it is not a wrapper!).