Implementation of LDAPControls
Hans Aschauer
Hans.Aschauer at epost.de
Mon Dec 20 14:44:58 CET 2004
On Monday 20 December 2004 10:01, Michael Ströder wrote:
> 1.b Implement a pure Python BER module. Maybe we could get one from a
> SNMP implementation implemented in Python?
I did some research on this topic some time ago. That's the results, as far as
I remember:
To me, pySNMP looks fine (feature and license-wise). It is a pure-python
package, and the ASN.1 package can be used independently from the rest of the
pySNMP package, and it has a reasonable size (~100 k). They also implement
(as far as I understand it) not only the snmp-parts of ASN.1 (or their BER
encodings), but try to be generic. On the other hand, I have never tried this
package...
The package and docs are located on sourceforge:
http://pysnmp.sourceforge.net/docs/3.4.x/asn1/index.html
BTW. pysnmp is also used in twisted...
Hans
More information about the python-ldap
mailing list