wasm-demo/demo/ermis-f/python_m/cur/0187

36 lines
1.4 KiB
Plaintext

From: JamesL at Lugoj.Com (James Logajan)
Date: Mon, 05 Apr 1999 20:57:52 -0700
Subject: SNMPy update
References: <7e1hiq$a71$1@Starbase.NeoSoft.COM>
<7ear25$ksf$1@news-sj-3.cisco.com> <14089.11820.416453.80124@bitdiddle.cnri.reston.va.us>
Message-ID: <37098640.6B0147DF@Lugoj.Com>
Content-Length: 1057
X-UID: 187
Jeremy Hylton wrote:
>
> I'll second your sentiment! I did some work on an X.509 library
> written entirely in Python. Like you friend's SNMP code, it will
> probably never be released; I don't have time to finish it nor did I
> expect that I'd want to release it given the export control hassles.
> However, it seemed clear to me that an ASN.1 compiler could be written
> to generate the encode/decode routines. If someone is interested in
> that, I've got some design notes and rough code on how to do the
> encode/decode and on how to build a backend for SNACC. (A free-ish
> ASN.1 compiler; the only one?)
>
> Jeremy
I had planned to write an SNMP MIB compiler in Python (actually also an
ASN.1(88) and ASN.1(9?) compiler). Worked out how to do macros, but I just
joined a startup, so I haven't found time to make any progress. The MIB
compiler would have output Python modules.
I have an outstanding contract to supply said compiler, but they haven't
complained about it being delivered (of course, I only get paid for
deliverables <wink>).