Personal tools

Views

Flex 3:Demo Network Monitor

From Adobe Labs

Table of contents

Network Monitor Demo Application

The network monitor is a demo application which displays devices on a network in multiple views. The three views are network topology, device type and grid. Each device thumb displays real-time data and allows a user to click it for additional data. In lieu of a database, data is loaded on the server from an XML file which contains layout and initial device information. Pushed data is randomly generated on the server.

Downloads

File and Folder Descriptions

Flex Builder Set Up

If you would like to build the project in Flex builder be sure to add the following SWCs to your project library path by going to Project > Properties > Flex Build Path > Library path.

Installation Instructions

  <destination id="networkMonitor">
     <properties>
        <source>com.esria.samples.networkMonitor.NetworkMonitor</source>
     </properties>
  </destination>
  <default-channels>
     <channel ref="my-rtmp"/>
  </default-channels>
  <destination id="feed">
     <properties>
        <network>
           <session-timeout>0</session-timeout>
        </network>
        <server>
           <max-cache-size>1000</max-cache-size>
           <message-time-to-live>0</message-time-to-live>
           <durable>false</durable>
        </server>
     </properties>
  </destination>
Retrieved from "http://labs.adobe.com/wiki/index.php/Flex_3:Demo_Network_Monitor"