<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Files</title><link>https://sourceforge.net/p/scnms/wiki/Files/</link><description>Recent changes to Files</description><atom:link href="https://sourceforge.net/p/scnms/wiki/Files/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 22 May 2014 09:00:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scnms/wiki/Files/feed" rel="self" type="application/rss+xml"/><item><title>Files modified by Mike Johnson</title><link>https://sourceforge.net/p/scnms/wiki/Files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -23,40 +23,19 @@

 ## Files

-nms.exe 
-The main executable. 
-
-alarm.wav 
-The alarm sound wave file, it should be less than 4 seconds. 
-
-icons.bmp 
-Icons for devices, in 4 colours, 32 x 32 pixels, can be extended. 
-
-rrdtool.exe 
-The round robin database for Windows. See 
-
-nms.htm 
-This Word document in HTML, which is also the help file. 
-
-nms_files 
-A directory with the images for the HTML documentation. 
-
-g&amp;lt;n&amp;gt;.png 
-The graph files produced by rrdtool. 
-
-P&amp;lt;ip&amp;gt;.rrd 
-Ping time database files, by IP address. 
-
-S&amp;lt;ip&amp;gt;-&amp;lt;int&amp;gt;.rrd 
-Traffic database files, by IP address and interface number. 
-
-Event.log 
-The file of event messages, updated when the program exits. 
-
-device.xml 
-The options and device information, stored when the program exits. 
-
-discovery.xml 
-The range of IP addresses for device discovery and the SNMP community name. 
+File | Description
+---- | ------------
+nms.exe | The main executable. 
+alarm.wav | The alarm sound wave file, it should be less than 4 seconds. 
+icons.bmp | Icons for devices, in 4 colours, 32 x 32 pixels, can be extended. 
+rrdtool.exe | The round robin database for Windows. See 
+nms.htm | This Word document in HTML, which is also the help file. 
+nms_files | A directory with the images for the HTML documentation. 
+g&amp;lt;n&amp;gt;.png | The graph files produced by rrdtool. 
+P&amp;lt;ip&amp;gt;.rrd | Ping time database files, by IP address. 
+S&amp;lt;ip&amp;gt;-&amp;lt;int&amp;gt;.rrd | Traffic database files, by IP address and interface number. 
+Event.log |The file of event messages, updated when the program exits. 
+device.xml | The options and device information, stored when the program exits. 
+discovery.xml | The range of IP addresses for device discovery and the SNMP community name. 

 The program uses Ping, SNMP and Cisco CDP to discover devices and store information about the devices and the traffic. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Johnson</dc:creator><pubDate>Thu, 22 May 2014 09:00:53 -0000</pubDate><guid>https://sourceforge.net1629127664d41befe8862c7ffcb5a4ee8ec6bce6</guid></item><item><title>Files modified by Mike Johnson</title><link>https://sourceforge.net/p/scnms/wiki/Files/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="installation-and-a-description-of-the-files"&gt;Installation and a description of the files&lt;/h1&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;This program runs best on Windows 2000. In Windows XP SP2 Microsoft added a feature to cripple the TCP/IP stack as a security enhancement. Windows XP SP2 and Vista limit half-open connections (SYN) to a maximum of 10 (the previous limit was over 65,000). This is supposed to slow down certain viruses because their spreading strategy is to try to connect to a high amount of random IP numbers, but it also stops any network intensive program from working. There are patch files available on the internet to raise or remove this limit Search for something like "TCP connections patch". &lt;/p&gt;
&lt;p&gt;This program needs Microsoft .Net 2.0 installed, on Windows 2000 or Windows XP. It also needs a copy of RRDTool.exe. Copy the files to a suitable directory. Start nms.exe to run the program. The program either uses the information in the file discovery.xml or if this is not found then it uses the IP address of the PC to start scanning a class C subnet for other devices. &lt;/p&gt;
&lt;p&gt;During this scanning phase the program is very slow and can take a minute or so to redraw the display or terminate. &lt;/p&gt;
&lt;p&gt;For a clean start delete any old device.xml, .rrd or .png files. Delete or edit the file discovery.xml. This has the SNMP community name and the start and end addresses for the simple scan discovery. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="cp"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;Discovery&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;Version&amp;gt;&lt;/span&gt;1.1&lt;span class="nt"&gt;&amp;lt;/Version&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;Community&amp;gt;&lt;/span&gt;public&lt;span class="nt"&gt;&amp;lt;/Community&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;Range&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;DiscoveryStart&amp;gt;&lt;/span&gt;10.52.224.0&lt;span class="nt"&gt;&amp;lt;/DiscoveryStart&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;DiscoveryEnd&amp;gt;&lt;/span&gt;10.52.224.255&lt;span class="nt"&gt;&amp;lt;/DiscoveryEnd&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/Range&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/Discovery&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="files"&gt;Files&lt;/h2&gt;
&lt;p&gt;nms.exe &lt;br /&gt;
The main executable. &lt;/p&gt;
&lt;p&gt;alarm.wav &lt;br /&gt;
The alarm sound wave file, it should be less than 4 seconds. &lt;/p&gt;
&lt;p&gt;icons.bmp &lt;br /&gt;
Icons for devices, in 4 colours, 32 x 32 pixels, can be extended. &lt;/p&gt;
&lt;p&gt;rrdtool.exe &lt;br /&gt;
The round robin database for Windows. See &lt;a href="http://oss.oetiker.ch/rrdtool/" rel="nofollow"&gt;http://oss.oetiker.ch/rrdtool/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;nms.htm &lt;br /&gt;
This Word document in HTML, which is also the help file. &lt;/p&gt;
&lt;p&gt;nms_files &lt;br /&gt;
A directory with the images for the HTML documentation. &lt;/p&gt;
&lt;p&gt;g&amp;lt;n&amp;gt;.png &lt;br /&gt;
The graph files produced by rrdtool. &lt;/p&gt;
&lt;p&gt;P&amp;lt;ip&amp;gt;.rrd &lt;br /&gt;
Ping time database files, by IP address. &lt;/p&gt;
&lt;p&gt;S&amp;lt;ip&amp;gt;-&amp;lt;int&amp;gt;.rrd &lt;br /&gt;
Traffic database files, by IP address and interface number. &lt;/p&gt;
&lt;p&gt;Event.log &lt;br /&gt;
The file of event messages, updated when the program exits. &lt;/p&gt;
&lt;p&gt;device.xml &lt;br /&gt;
The options and device information, stored when the program exits. &lt;/p&gt;
&lt;p&gt;discovery.xml &lt;br /&gt;
The range of IP addresses for device discovery and the SNMP community name. &lt;/p&gt;
&lt;p&gt;The program uses Ping, SNMP and Cisco CDP to discover devices and store information about the devices and the traffic. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Johnson</dc:creator><pubDate>Thu, 22 May 2014 08:50:49 -0000</pubDate><guid>https://sourceforge.net4148c5c8173f21495977355df678f833d1730112</guid></item></channel></rss>