var fDesc=new Array(); fDesc[0] = "Deliberant Scout is a Java application, which can be integrated with RCMS server or run as a stand-alone application. This is a tool for graphical representation for network topology and status of Deliberant devices.

Management application for Deliberant products. Contains discovery tool

-Note, this only works for the later Atheros based platforms
-Requires Java Runtime Environment to be installed

-Shows mesh network topology and individual Deliberant devices
-Ability to search mesh elements by MAC, IP or device name
-Capability of operating as a standalone application, without the existing RCMS server"; 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 = ''; } }