[lisp-snmp] Reborn of CL-NET-SNMP project
Brought to you by:
binghe
From: Chun T. (binghe) <bin...@gm...> - 2010-07-09 10:25:53
|
Dear potential and current users, After more than one year breaking, now I pick up CL-NET-SNMP and continue improving it. In past days, I cleaned up the code base and port its networking code into USOCKET trunk [1], which will be USOCKET's new 0.5 release in short future. There will be lots of new features in the force coming CL-NET-SNMP 6.0. Some of them are done, and others are in progress. It's confirmed working but not limited on following platform+OS combinations: * LispWorks (Mac OS X, Windows XP) * ECL (Mac OS X) * Clozure CL (Mac OS X) * SBCL (Mac OS X) * CMUCL (Mac OS X) To try it by yourself, please check out following SVN repositories: * USOCKET trunk [1] * SNMP trunk [2] * ASN.1 trunk [3] For LispWorks, only these packages are enough. Other platforms may depends on several common used CL package which could be found through Cliki.net. For documentation, the first time I upload my ILC 2009 paper (SNMP for Common Lisp) into SVN repository [4]. It's a bit outdated, but should be useful for people understanding my overall work in this area. Regards, Chun Tian (binghe) [1] svn://common-lisp.net/project/usocket/svn/usocket/trunk [2] https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/snmp/trunk [3] https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/asn.1/trunk [4] https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/snmp/trunk/doc/papers/ILC09-SNMP.pdf |