Hi coders, I want to rewrite the python bindings. My goals: - To implement the class Session using Python C API. To avoid store C pointer as a member of python class. This is wrong: http://git.sgu.ru/?p=net-snmp.git;a=blob;f=net-snmp/python/netsnmp/client_intf.c;hb=HEAD#l1360
- To implement module API similar to Perl extension module: http://git.sgu.ru/?p=net-snmp.git;a=blob;f=net-snmp/perl/SNMP/README;hb=HEAD#l384 - Then to rewrite/refactoring existing code, because it contains a lot of mistakes. Any recommendations or suggestions? Thanks. -- John A. Khvatov ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
