var fDesc=new Array(); fDesc[0] = "IPTracker

The application includes PuTTY, CMD (Command Line), Network Discovery, IP Scan and Speed Test. It is a desktop application with easy point and click for troubleshooting and diagnostics. It is effective as a training tool as well with a How To description for the network tools.


There are various troubleshooting and diagnostic tools that are run from the command line. The network administrator can verify the operational status of network connections, servers and performance issues. Selecting CMD opens a window and runs an automatic ping of google.com (8.8.8.8) to verify your internet connection."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }