<div dir="ltr">This is exactly what I&#39;ve been looking for. thank you!<br><br><br><br><div class="gmail_quote">On Thu, Oct 2, 2008 at 5:12 PM, Vincent Bernat <span dir="ltr">&lt;<a href="mailto:bernat@luffy.cx">bernat@luffy.cx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi folks!<br>
<br>
For people &nbsp;wanting to use &nbsp;Twisted to do &nbsp;some SNMP queries, &nbsp;there are<br>
actually several solutions:<br>
&nbsp;- TwistedSNMP that depends on PySNMP, a pure Python implementation<br>
&nbsp;- pynetsnmp, a ctypes based implementation<br>
<br>
I was using pynetsnmp but it segfaults on Python 2.4, even with a recent<br>
ctypes. I have &nbsp;then rewrite something similar in pure &nbsp;C. It works fine<br>
for me and people are free to use it:<br>
&nbsp;<a href="https://trac.luffy.cx/wiremaps/wiki/SnmpLibrary" target="_blank">https://trac.luffy.cx/wiremaps/wiki/SnmpLibrary</a><br>
<br>
It is &nbsp;feature limited: &nbsp;GET, GETNEXT and &nbsp;GETBULK only (not &nbsp;even SET),<br>
SNMPv1 and SNMPv2 only, no walking, etc. &nbsp;But it works fine and I use it<br>
for grabbing very large sets of data without any problem.<br>
<font color="#888888">--<br>
Format a program to help the reader understand it.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- The Elements of Programming Style (Kernighan &amp; Plauger)<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</font></blockquote></div><br></div>