Author: ctian Date: Fri Sep 28 00:08:03 2007 New Revision: 65
Modified: www/index.shtml Log: Update Web
Modified: www/index.shtml ============================================================================== --- www/index.shtml (original) +++ www/index.shtml Fri Sep 28 00:08:03 2007 @@ -13,19 +13,10 @@ <div class="shadow1"> </div> <div class="shadow2"> </div> <div class="content"> - <h1>Common Lisp Interface of Net-SNMP (cl-net-snmp)</h1> - <div class="rule"> </div> - <a href="http://www.net-snmp.org"> - <img src="http://www.net-snmp.org/images/logos/logo1_50.jpg" - alt="Net-SNMP Logo" class="titleimage" - style="margin-top: 10px; margin-right: 0px;" border="0"/> - </a> + <h1>CL-NET-SNMP (Pure Lisp without Net-SNMP Now!)</h1> <h1>About</h1> <div class="deck"> - cl-net-snmp is a Common Lisp package, an interface to Net-SNMP project: - the famous open source implementation of Simple Network Management Protocol - (SNMP). With this package, It's possible to build a network nanagement system - in common lisp, the most advance computer programming language in the world. + Cl-NET-SNMP is a pure lisp SNMP implementation now. <br/> This package is still in early development stage, lots of work for me to do, but I'll continue coding, because I use it for managing my @@ -36,14 +27,23 @@ <h1>Feature</h1> <div class="deck"> <ul> - <li>Base on ASDF and CFFI, can easily run on most CLs.</li> - <li>Support SNMPv1, SNMPv2c, and SNMPv3, but V3 support limited to authNoPriv.</li> - <li>Only support the GET pdu now, but we can get multiple value in lists.</li> + <li>CLOS based ASN.1 types and BER encoding/decoding (decoding from streams).</li> + <li>MIB and OID Name support, with a parser to read ASN.1 based MIB definitions.</li> + <li>Support SNMPv1 and SNMPv2c now, but SNMPv3 support based on IronCLAD is doing.</li> + <li>SNMP-GET/Walk is supported, but more is coming soon.</li> + <li>UDP Networking based on IOLib project.</li> + <li>Running on SBCL, LispWorks, and CLISP.</li> + <li>A MIB Browser based on LispWorks/CAPI, a CLIM version comming soon.</li> </ul> </div> <div class="rule"> </div> <h1>Release</h1> <div class="deck"> + Fri Sep 28 12:00:00 CST 2007: version 1.0, + <a href="http://common-lisp.net/project/cl-net-snmp/release/cl-net-snmp_1.0.tar.gz"> + get the source.</a><br/> + </div> + <div class="deck"> Sun Apr 8 20:11:52 CST 2007: version 0.10, <a href="http://common-lisp.net/project/cl-net-snmp/release/cl-net-snmp_0.10.tar.gz"> get the source.</a><br/> @@ -75,6 +75,9 @@ CFFI - The Common Foreign Function Interface</a></li> <li><a href="http://www.sbcl.org/">Steel Bank Common Lisp</a></li> <li><a href="http://www.cliki.net/Lisp-SNMP">Lisp-SNMP</a></li> + <li><a href="http://common-lisp.net/project/iolib/">IOLib</a></li> + <li><a href="http://method-combination.net/lisp/ironclad/">Ironclad</a></li> + <li><a href="http://www.lispworks.com">LispWorks</a></li> </ul> </div> <div class="rule"> </div>
cl-net-snmp-cvs@common-lisp.net