Changed readme to reflect new changes, added header to cdp class library

git-svn-id: http://www.observium.org/svn/observer/trunk@15 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-04-03 16:16:53 +00:00
parent e3409bd379
commit 8bd5e82b58
2 changed files with 34 additions and 5 deletions
+17
View File
@@ -1,5 +1,22 @@
<?php
/**
* SNMP class with CDP functionality
*
* @author Rick Hodger <rick@fuzzi.org.uk>
* @version 1.0
* @copyright Copyright &copy; 2006, Rick Hodger
* @package snmp-cdp
* @filesource
*/
/**
* SNMP class with CDP functionality
*
* Class is named snmp-cdp. Can retreive a list of ports, and use those
* to determine if they are connected to a CDP enabled device.
* @package snmp-cdp
*/
class snmpCDP {
var $community = "public";