diff --git a/README b/README index 7bd8c4ef..7d3822fb 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ AUTHOR SNMP::Info is maintained by team of Open Source authors headed by Eric Miller, Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits. - Please visit http://sourceforge.net/projects/snmp-info/ for most + Please visit https://github.com/netdisco/snmp-info for the most up-to-date list of developers. SNMP::Info was originally created at UCSC for the Netdisco project @@ -165,8 +165,8 @@ DESIGN GOALS See the section EXTENDING SNMP::INFO for more details. When you make a new subclass for a device, please be sure to send it - back to the developers (via Source Forge or the mailing list) for - inclusion in the next version. + back to the developers (via a github pull request or the mailing list) + for inclusion in the next version. SUBCLASSES These are the subclasses that implement MIBs and support devices: @@ -1693,7 +1693,7 @@ EXTENDING SNMP::INFO to verify the implementation. Gathering MIB data for SNMP::Info Developers - The preference is to open a feature request in the SourceForge project. + The preference is to open a pull request in the github project. This allows all developers to have visibility into the request. Please include pointers to the applicable platform MIBs. For development we will need an `snmpwalk' of the device. There is a tool now included in @@ -1712,10 +1712,9 @@ EXTENDING SNMP::INFO This will print to the file every MIB entry with data in a format that the developers can use to emulate read operations without needing access to the device. Preference would be to mask any sensitive data in the - output, zip the file, and upload as an attachment to the Sourceforge - tracker. However, if you do not feel comfortable uploading the output to - the tracker you could e-mail it to the developer that has claimed the - ticket. + output, zip the file, and attach it to the github pull request. However, + if you do not feel comfortable uploading the output to the tracker you + could e-mail it to the developer that has claimed the ticket. Data Structures required in new Subclass A class inheriting this class must implement these data structures : @@ -1860,9 +1859,6 @@ EXTENDING SNMP::INFO 1; # don't forget this line ----------------------- snip -------------------------------- - Be sure and send the debugged version to - snmp-info-users@lists.sourceforge.net to be included in the next version - of SNMP::Info. SNMP::INFO INTERNALS Object Namespace