[cl-net-snmp-cvs] r79 - dists www

ctian at common-lisp.net ctian at common-lisp.net
Wed Oct 17 16:27:54 UTC 2007


Author: ctian
Date: Wed Oct 17 12:27:39 2007
New Revision: 79

Added:
   dists/
   dists/cl-net-snmp_1.2.tar.gz   (contents, props changed)
Modified:
   www/index.shtml
Log:
Add dists file for 1.2

Added: dists/cl-net-snmp_1.2.tar.gz
==============================================================================
Binary file. No diff available.

Modified: www/index.shtml
==============================================================================
--- www/index.shtml	(original)
+++ www/index.shtml	Wed Oct 17 12:27:39 2007
@@ -1,15 +1,12 @@
 <!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>
-    <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"/>
-    <basefont face="Georgia" size="2"/>
-  </head>
-  <body>
-    <div class="header"><br/></div>
+<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><body><basefont face="Georgia" size="2">
+  
+    <div class="header"><br></div>
     <div class="shadow1"> </div>
     <div class="shadow2"> </div>
     <div class="content">
@@ -17,7 +14,7 @@
       <h1>About</h1>
       <div class="deck">
 	Cl-NET-SNMP is a pure lisp SNMP implementation now.
-	<br/>
+	<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
@@ -39,37 +36,36 @@
       <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/>
+	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">
+	<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/>
-	
+	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/>
+	  svn checkout svn://common-lisp.net/project/cl-net-snmp/svn/trunk cl-net-snmp<br>
 	</div>
-
-	<br/>
+	<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>.
+	<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">
-	I define two classes: 'snmp-session and 'oid, and a 'snmp-get-msg method to do the
-	work, see README file in source code.
+	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>
@@ -102,13 +98,12 @@
       <h1>Maintainer</h1>
       <div class="deck">
 	Chun Tian (binghe) <ctian at common-lisp dot
-	net>, Lisp Programmer, Unix Administrator.<br/>
+	net>, Lisp Programmer, Unix Administrator.<br>
 	Welcome to his chinese <a href="http://tianchunbinghe.blog.163.com/">BLOG</a>
-	on NetEase blog system.^_^<br/>
+	on NetEase blog system.^_^<br>
       </div>
     </div>
     <div class="footer">
       <address>Powered by Common-Lisp.net</address>
     </div>
-  </body>
-</html>
+  </body></html>
\ No newline at end of file



More information about the Cl-net-snmp-cvs mailing list