[cl-net-snmp-cvs] r100 - dists www
ctian at common-lisp.net
ctian at common-lisp.net
Sun Jul 13 12:30:40 UTC 2008
Author: ctian
Date: Sun Jul 13 08:30:39 2008
New Revision: 100
Added:
dists/snmp_2.0.tar.gz (contents, props changed)
dists/snmp_latest.tar.gz (contents, props changed)
Modified:
www/index.shtml
Log:
Update for cl.net
Added: dists/snmp_2.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: dists/snmp_latest.tar.gz
==============================================================================
--- (empty file)
+++ dists/snmp_latest.tar.gz Sun Jul 13 08:30:39 2008
@@ -0,0 +1 @@
+link snmp_2.0.tar.gz
\ No newline at end of file
Modified: www/index.shtml
==============================================================================
--- www/index.shtml (original)
+++ www/index.shtml Sun Jul 13 08:30:39 2008
@@ -1,109 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>cl-net-snmp</title>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>cl-net-snmp</title>
+<link rel="stylesheet" type="text/css" href="http://www.style.org/css/style.org-red.css"/>
+<meta http-equiv="Content-Type" content="text/html;
+charset=ISO-8859-1"/>
+</head>
-
-
- <link rel="stylesheet" type="text/css" href="http://www.style.org/css/style.org-red.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body><basefont face="Georgia" size="2">
-
- <div class="header"><br></div>
- <div class="shadow1"> </div>
- <div class="shadow2"> </div>
- <div class="content">
- <h1>CL-NET-SNMP (Pure Lisp without Net-SNMP Now!)</h1>
- <h1>About</h1>
- <div class="deck">
- 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
- servers. (I'm a Unix System Administrator of
- <a href="http://corp.netease.com/">NetEase.com, Inc.</a>)
- </div>
- <div class="rule"> </div>
- <h1>Feature</h1>
- <div class="deck">
- <ul>
- <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">
- Thu Oct 18 00:19:45 CST 2007: version 1.2,
- <a href="http://common-lisp.net/project/cl-net-snmp/release/cl-net-snmp_1.2.tar.gz">
- get the source.</a><br>
- </div>
- <div class="rule"> </div>
- <h1>Source Code</h1>
- <div class="deck">
- Click
- <a href="http://common-lisp.net/websvn/listing.php?repname=cl-net-snmp&path=%2F&sc=0">
- here</a> to view the source code on common-lisp.net's Web-SVN interface, and use
- follow command to check out the code:<br>
- <br>
- <div class="dateline">
- svn checkout svn://common-lisp.net/project/cl-net-snmp/svn/trunk cl-net-snmp<br>
- </div>
- <br>
- A modify version of ZEBU LALR(1) parser can be found at
- <a href="http://common-lisp.net/project/cl-net-snmp/archive/zebu/">here</a>, or use
- follow command to check out the code:<br>
- <br>
- <div class="dateline">
- svn checkout svn://common-lisp.net/project/cl-net-snmp/svn/vendor/zebu zebu<br>
- </div>
- <br>
- </div>
- <div class="rule"> </div>
- <h1>Document</h1>
- <div class="deck">
- Sample usage: (snmpV1, public)
- <pre>CL-USER 2 > (snmp:snmp-walk "localhost" "system")<br>((#<SMI:OBJECT-ID sysDescr.0><br> "Linux 2950.lab.163.org 2.6.18-4-xen-vserver-amd64 #1 SMP Fri May 4 03:26:45 UTC 2007 x86_64")<br> (#<SMI:OBJECT-ID sysObjectID.0> #<SMI:OBJECT-ID netSnmpAgentOIDs.linux>)<br> (#<SMI:OBJECT-ID sysUpTime.sysUpTimeInstance> #<SMI:TIMETICKS (169041005) 469:33:30.05>)<br> (#<SMI:OBJECT-ID sysContact.0> "Chun Tian (binghe) <binghe.lisp at gmail.com>")<br> (#<SMI:OBJECT-ID sysName.0> "2950.lab.163.org")<br> (#<SMI:OBJECT-ID sysLocation.0> "Hangzhou, China")<br> (#<SMI:OBJECT-ID sysORLastChange.0> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORID.1> #<SMI:OBJECT-ID snmpModules.snmpMIB>)<br> (#<SMI:OBJECT-ID sysORID.2> #<SMI:OBJECT-ID mib-2.tcpMIB>)<br> (#<SMI:OBJECT-ID sysORID.3> #<SMI:OBJECT-ID mib-2.ip>)<br> (#<SMI:OBJECT-ID sysORID.4> #<SMI:OBJECT-ID mib-2.udpMIB>)<br> (#<SMI:OBJECT-ID sysORID.5> #<SMI:OBJECT-ID vacmMIBGroups.vacmBasicGroup>)<br> (#<SMI:OBJECT-ID sysORID.6> #<SMI:OBJECT-ID snmpFrameworkMIBCompliances.snmpFrameworkMIBCompliance>)<br> (#<SMI:OBJECT-ID sysORID.7> #<SMI:OBJECT-ID snmpMPDMIBCompliances.snmpMPDCompliance>)<br> (#<SMI:OBJECT-ID sysORID.8> #<SMI:OBJECT-ID usmMIBCompliances.usmMIBCompliance>)<br> (#<SMI:OBJECT-ID sysORDescr.1> "The MIB module for SNMPv2 entities")<br> (#<SMI:OBJECT-ID sysORDescr.2> "The MIB module for managing TCP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.3> "The MIB module for managing IP and ICMP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.4> "The MIB module for managing UDP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.5> "View-based Access Control Model for SNMP.")<br> (#<SMI:OBJECT-ID sysORDescr.6> "The SNMP Management Architecture MIB.")<br> (#<SMI:OBJECT-ID sysORDescr.7> "The MIB for Message Processing and Dispatching.")<br> (#<SMI:OBJECT-ID sysORDescr.8><br> "The management information definitions for the SNMP User-based Security Model.")<br> (#<SMI:OBJECT-ID sysORUpTime.1> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.2> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.3> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.4> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.5> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.6> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORUpTime.7> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORUpTime.8> #<SMI:TIMETICKS (1) 0:00:00.01>))<br></pre>
- </div>
- <div class="rule"> </div>
- <h1>Relate Lisp Projects</h1>
- <div class="deck">
- <ul>
- <li><a href="http://common-lisp.net/project/asdf/">
- ASDF: Another System Definition Facility</a></li>
- <li><a href="http://common-lisp.net/project/cffi/">
- 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>
- <h1>Mailing List</h1>
- <div class="deck">
- <ul>
- <li><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-announce">
- cl-net-snmp-announce</a></li>
- <li><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-devel">
- cl-net-snmp-devel</a></li>
- <li><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-cvs">
- cl-net-snmp-cvs</a></li>
- </ul>
- </div>
- <div class="rule"> </div>
- <h1>Maintainer</h1>
- <div class="deck">
- Chun Tian (binghe) <ctian at common-lisp dot
- net>, Lisp Programmer, Unix Administrator.<br>
- Welcome to his chinese <a href="http://tianchunbinghe.blog.163.com/">BLOG</a>
- on NetEase blog system.^_^<br>
- </div>
- </div>
- <div class="footer">
- <address>Powered by Common-Lisp.net</address>
- </div>
- </body></html>
\ No newline at end of file
+<body>
+<basefont face="Georgia" size="2"/>
+<div class="header"><br/></div>
+<div class="shadow1"> </div>
+<div class="shadow2"> </div>
+<div class="content">
+ <h1>CL-NET-SNMP (Pure Lisp without Net-SNMP Now!)</h1>
+ <h1>About</h1>
+<div class="deck">
+ Cl-NET-SNMP is a pure lisp SNMP implementation now.
+</div>
+<div class="rule"> </div>
+<h1>Feature</h1>
+<div class="deck">
+ <ul>
+ <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>Full SNMP support (v1, v2c, v3 with auth/encrypt) </li>
+ <li>SNMP GET/SET/Walk </li>
+ <li>UDP Networking based on USOCKET project.</li>
+ <li>Running on LispWorks, Clozure CL, SBCL and CMUCL.</li>
+ </ul>
+</div>
+<div class="rule"> </div>
+<h1>Release</h1>
+<div class="deck">
+ Thu Oct 18 00:19:45 CST 2007: version 1.2,
+ <a href="http://common-lisp.net/project/cl-net-snmp/release/cl-net-snmp_1.2.tar.gz">
+ get the source.</a><br>
+</div>
+<div class="rule"> </div>
+<h1>Source Code</h1>
+<div class="deck">
+<div class="dateline">
+ svn checkout
+ https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/snmp/trunk
+ snmp
+</div>
+</div>
+<div class="rule"> </div>
+<h1>Document</h1>
+<div class="deck">
+ Sample usage: (snmpV1, public)
+ <pre>CL-USER 2 > (snmp:snmp-walk "localhost" "system")<br>((#<SMI:OBJECT-ID sysDescr.0><br> "Linux 2950.lab.163.org 2.6.18-4-xen-vserver-amd64 #1 SMP Fri May 4 03:26:45 UTC 2007 x86_64")<br> (#<SMI:OBJECT-ID sysObjectID.0> #<SMI:OBJECT-ID netSnmpAgentOIDs.linux>)<br> (#<SMI:OBJECT-ID sysUpTime.sysUpTimeInstance> #<SMI:TIMETICKS (169041005) 469:33:30.05>)<br> (#<SMI:OBJECT-ID sysContact.0> "Chun Tian (binghe) <binghe.lisp at gmail.com>")<br> (#<SMI:OBJECT-ID sysName.0> "2950.lab.163.org")<br> (#<SMI:OBJECT-ID sysLocation.0> "Hangzhou, China")<br> (#<SMI:OBJECT-ID sysORLastChange.0> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORID.1> #<SMI:OBJECT-ID snmpModules.snmpMIB>)<br> (#<SMI:OBJECT-ID sysORID.2> #<SMI:OBJECT-ID mib-2.tcpMIB>)<br> (#<SMI:OBJECT-ID sysORID.3> #<SMI:OBJECT-ID mib-2.ip>)<br> (#<SMI:OBJECT-ID sysORID.4> #<SMI:OBJECT-ID mib-2.udpMIB>)<br> (#<SMI:OBJECT-ID sysORID.5> #<SMI:OBJECT-ID vacmMIBGroups.vacmBasicGroup>)<br> (#<SMI:OBJECT-ID sysORID.6> #<SMI:OBJECT-ID snmpFrameworkMIBCompliances.snmpFrameworkMIBCompliance>)<br> (#<SMI:OBJECT-ID sysORID.7> #<SMI:OBJECT-ID snmpMPDMIBCompliances.snmpMPDCompliance>)<br> (#<SMI:OBJECT-ID sysORID.8> #<SMI:OBJECT-ID usmMIBCompliances.usmMIBCompliance>)<br> (#<SMI:OBJECT-ID sysORDescr.1> "The MIB module for SNMPv2 entities")<br> (#<SMI:OBJECT-ID sysORDescr.2> "The MIB module for managing TCP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.3> "The MIB module for managing IP and ICMP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.4> "The MIB module for managing UDP implementations")<br> (#<SMI:OBJECT-ID sysORDescr.5> "View-based Access Control Model for SNMP.")<br> (#<SMI:OBJECT-ID sysORDescr.6> "The SNMP Management Architecture MIB.")<br> (#<SMI:OBJECT-ID sysORDescr.7> "The MIB for Message Processing and Dispatching.")<br> (#<SMI:OBJECT-ID sysORDescr.8><br> "The management information definitions for the SNMP User-based Security Model.")<br> (#<SMI:OBJECT-ID sysORUpTime.1> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.2> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.3> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.4> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.5> #<SMI:TIMETICKS (0) 0:00:00.00>)<br> (#<SMI:OBJECT-ID sysORUpTime.6> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORUpTime.7> #<SMI:TIMETICKS (1) 0:00:00.01>)<br> (#<SMI:OBJECT-ID sysORUpTime.8> #<SMI:TIMETICKS (1) 0:00:00.01>))<br></pre>
+</div>
+<div class="rule"> </div>
+<h1>Maintainer</h1>
+<div class="deck">
+ Chun Tian (binghe), binghe.lisp at gmail dot com, Lisp Programmer, Unix Administrator.
+</div>
+</div>
+<div class="footer">
+ <address>Powered by Common-Lisp.net</address>
+</div>
+</body>
+</html>
More information about the Cl-net-snmp-cvs
mailing list