Creating an asynchronous API in Python

2008-06-26 Thread Noah Gift
. Feel free to email me privately if you need to. -- Noah Gift http://noahgift.com - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.

Re: Net-snmp-coders Digest, Vol 24, Issue 13

2008-05-12 Thread Noah
Have you guys checked out epm. It builds native packages from one universal config file. On May 10, 2008, at 3:13 PM, [EMAIL PROTECTED] wrote: > Send Net-snmp-coders mailing list submissions to >[email protected] > > To subscribe or unsubscribe via the World Wide Web

Re: current status of python bindings in the trunk

2007-12-13 Thread Noah Gift
Just an FYI, I wrote an article for IBM Developerworks on IPython and Net-SNMP. http://www.ibm.com/developerworks/aix/library/au-netsnmpnipython/ - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It

Re: need help:session

2007-06-01 Thread Noah Gift
I am in the middle of writing a big discovery engine so I am mulling over the design a bit and haven't decided whether I want to use the sessions class... On 6/1/07, Dave Shield <[EMAIL PROTECTED]> wrote: > On 01/06/07, Noah Gift <[EMAIL PROTECTED]> wrote: > > Is t

Re: need help:session

2007-06-01 Thread Noah Gift
ind('.1.3.6.1.2.1.1.1','0') res = netsnmp.snmpget(var, Version = 1, DestHost='localhost', Community='public') print "v1 snmpget result: ", res, "\n" On 6/1/07,

Re: need help:session

2007-06-01 Thread Noah Gift
I would like to know more about session as well. It seems like an OO construct? A high level Object to inherit? On 6/1/07, zhangyao <[EMAIL PROTECTED]> wrote: > > > > i don't know the exact concept of session. Maybe it is useless for me. My > work is to implement the v3 > agent.i want to know w

Re: current status of python bindings in the trunk

2007-05-31 Thread Noah Gift
One other coding design question: I think Session is a pretty cool idea, but what about making it a Super Class and having a Version 2 and Version 3 Class inhert from Session? If these two classes overloaded the default methods and had default keyword arguments it would be easier to subclass in O

Re: Repeated SET requests failing

2007-05-30 Thread Noah Gift
I am impressed you got it to compile. What compile options did you use for 5.4? On 5/30/07, Ward Witt <[EMAIL PROTECTED]> wrote: > I'm working on a Mac OSX program that controls a video processing > card. After opening a session reading from the card works flawlessly, > and the very first set com

Re: Can I put LD_LIBRARY_PATH into a "conf" file?

2007-05-30 Thread Noah Gift
Would it be possible to include ldconfig running as part of the make process? I think this has bitten a few people, that aren't normally used to doing it and are compiling. Although, if there is a rpm that included python bindings out, that would great too! On 5/30/07, Dave Shield <[EMAIL PROTEC

Re: Re: Monitoring Ports & IPaddress

2007-05-28 Thread Noah Gift
don't have such MIB. So can you please suggest me some alternative to get this information. --- Peeyush Bishnoi On Thu, 24 May 2007 Noah Gift wrote : > http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801c9199.shtml > >This should get you started. > &g

Re: Monitoring Ports & IPaddress

2007-05-24 Thread Noah Gift
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801c9199.shtml This should get you started. On 24 May 2007 13:19:08 -, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote: > > > > > > > Hello All , > > I have query related to IPAddress & Port Monitoring using SNMP. > > Pro

Re: current status of python bindings in the trunk

2007-05-22 Thread Noah Gift
They are pretty nice. it is like apt-get for python modules in one sense. We might try to get some help from the eggs mailing list. I could do a little research and find out some more and get back to you. On 5/22/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: > >>>>> &

Re: current status of python bindings in the trunk

2007-05-22 Thread Noah Gift
On 5/21/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: > >>>>> "NG" == Noah Gift <[EMAIL PROTECTED]> writes: > > NG> On this subject, do you think it would be possible to decouple the > NG> net-SNMP core and the python bindings at all? The

Re: current status of python bindings in the trunk

2007-05-17 Thread Noah Gift
On 5/17/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: > > "GSM" == G S Marzot <[EMAIL PROTECTED]> writes: > > GSM> hmmm...if you had done a full install of the net-snmp package I > GSM> think ldconfig should have been run for you. > > For the record, if you do a make install from the net-snmp dir

Re: working off of trunk

2007-05-16 Thread Noah Gift
thanks! On 5/16/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > Noah Gift schrieb: > > Is it possible to get co access to the trunk? > > Sure. See http://www.net-snmp.org/wiki/index.php/Net-SNMP_SVN_Usa

working off of trunk

2007-05-16 Thread Noah Gift
Is it possible to get co access to the trunk? I would like to be able to svn up when possible. I am working with the bleeding edge python bindings. Thanks, Noah - This SF.net email is sponsored by DB2 Express Download

obtaining mac addresses with python bindings and in general

2007-05-15 Thread Noah Gift
o big, more of a question: res = netsnmp.snmpwalk(var, Version= 1, DestHost = '192.168.0.108', Community='public') I get something like this back: '\x00\x13F\x88\ny' Is there a reason this isn't

Re: current status of python bindings in the trunk

2007-05-09 Thread Noah Gift
> running the test suite might have shown a prob before install... That is a good point, I don't remember running the test. I need to compile it again on a few more VM's so I will report back with Cent OS and Ubuntu notes. On a fresh Ubuntu 7.04 install and using a tarball from svn last ni

Re: current status of python bindings in the trunk

2007-05-09 Thread Noah Gift
On 5/9/07, G. S. Marzot <[EMAIL PROTECTED]> wrote: Noah Gift wrote: > Not really, as I was able to compile with lots of warnings, but when I went > to install the egg the snmp module was linked a non-existance shared object > (not in path). So this was a python problem, alt

Re: current status of python bindings in the trunk

2007-05-09 Thread Noah Gift
have pointed that out by now though On 5/9/07, G. S. Marzot <[EMAIL PROTECTED]> wrote: just for the record...thous was a general net-snmp install related problem rather than anything related to the python bindings...right? thanks, G Noah Gift wrote: > Well the good news is that, with

Re: current status of python bindings in the trunk

2007-05-09 Thread Noah Gift
Thanks. I started a page and put a usage example. Someone else is editing right now, but I will probably add more later. On 5/9/07, Dave Shield <[EMAIL PROTECTED]> wrote: > On 09/05/07, Noah Gift <[EMAIL PROTECTED]> wrote: > > If we have a wiki for the python bindings,

Re: current status of python bindings in the trunk

2007-05-09 Thread Noah Gift
.I am a little selfish sometimes. Noah On 5/9/07, Dave Shield <[EMAIL PROTECTED]> wrote: > On 08/05/07, Noah Gift <[EMAIL PROTECTED]> wrote: > > I had problems importing the netsnmp python moduel once I had compiled > > version 5.4. Is the version in the trunk a better

Re: current status of python bindings in the trunk

2007-05-08 Thread Noah Gift
-main/python/netsnmp/__init__.py in () > 1 from client import * /src/net-snmp-svn-main/python/netsnmp/client.py in () 2 import string 3 import re 4 import types 5 6 # control verbosity of error output : No module named client_intf On 5/8/07, Noah Gift <

current status of python bindings in the trunk

2007-05-08 Thread Noah Gift
I had problems importing the netsnmp python moduel once I had compiled version 5.4. Is the version in the trunk a better place to checkout the python bindings? Noah - This SF.net email is sponsored by DB2 Express Download