From: Mark C. <mc...@ya...> - 2004-09-05 17:29:02
|
Hi Robert, Many features available in the PERL module are missing from the SNMP module in PHP. SNMP v2c support is missing and non-blocking via callback hasn't been implemented either. Currently the PHP module supports v1 gets/walks/sets and v3 is undocumented, but implemented in a limited form. Currently the module is about 1200 lines of relatively simple code. I would guess that adding v2c bulkwalk support, the ability to set the version you would like to use, and non-blocking callbacks would take no more than 300 more lines of code. Probably an afternoon or two for someone as skilled as yourselves. Since I'm not the greatest C developer, and am very familiar with PHP, I can write any necessary documentation for the module and additions if you like. The PHP community would benefit for years to come. 'njoy, Mark --- Robert Story <rs...@fr...> wrote: > On Mon, 30 Aug 2004 21:36:42 -0700 (PDT) Mark wrote: > MC> SNMP support in PHP is decent for normal tasks, > but we > MC> have need for v2c support as well as > non-blocking > MC> callbacks. I've written a patch to make all > SNMP > MC> requests v2c, and subsequently all walks > bulkwalks and > MC> posted it to the PHP web site. Unfortunately, > this > MC> patch requires that the agent support v2c. This > isn't > MC> a problem for us, but it is stopping the patch > from > MC> going into the distribution for PHP. > MC> > MC> Do you plan to help support the PHP development > MC> community by assisting the way you have the PERL > MC> community? > > Can you clarify what you want us to do? What > functionality is missing? Is it > missing from net-snmp package, or the php package? > > -- > Robert Story; NET-SNMP Junkie > <http://www.net-snmp.org/> > <irc://irc.freenode.net/#net-snmp> > Archive: > <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> > > You are lost in a twisty maze of little standards, > all different. > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic > Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 > today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Net-snmp-users mailing list > Net...@li... > Please see the following page to unsubscribe or > change other options: > https://lists.sourceforge.net/lists/listinfo/net-snmp-users > |