[pysnmp-users] ANN: the first beta of PySNMP 3.x has been released
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2002-10-01 11:39:39
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchives/forum.php?forum=pysnmp-users> This is the first beta release of 3.x branch of PySNMP software, a SNMP framework aimed at developing a highly extensible, modular and standards compliant SNMP implementation purely in Python programming language. Features of the 3.0.0 release: * The ASN.1 code has been re-written to become a generic framework for building and handling ASN.1 data types. * The BER code has been split off the ASN.1 code and re-written as a set of classes that can be mixed-into ASN.1 ones to provide BER functionality to the resultant object. The idea behind this design aims at allowing many concurrent ASN.1 objects serialization methods. * A highly flexible, low-level interface to SNMP functionality has been introduced. * A compatibility APIs to previous PySNMP versions have been added. * Package documentation re-worked and extended. The source code of pysnmp-3.x can be downloaded from SourceForge: http://sourceforge.net/project/showfiles.php?group_id=14735&release_id=113926 Bug fixes and design improvements are very welcome! ;-) Thanks, ilya |