/** * netview - a software component to visualize packet tracks, hop-by-hop delays, * sampling stats and resource consumption. Netview requires the deployment of * distributed probes (impd4e) and a central packet matcher to correlate the * obervations. * * The probe can be obtained at http://impd4e.sourceforge.net/downloads.html * * Copyright (c) 2011 * * Fraunhofer FOKUS * www.fokus.fraunhofer.de * * in cooperation with * * Technical University Berlin * www.av.tu-berlin.de * * For questions/comments contact packettracking@fokus.fraunhofer.de * */ /** @mainpage netview - a software component to visualize packet tracks, hop-by-hop delays, sampling stats and resource consumption. Netview requires the deployment of distributed probes (impd4e) and a central packet matcher to correlate the obervations. This package makes use of the following java packages: 1) SLF4J - the simple logging facade for java You can download the latest version of SLF4J from: http://www.slf4j.org/ 2) JDesktop - the java desktop client You can download the latest version of JDesktop from: http://sourceforge.net/projects/jdesktop/ 3) h2 Database - a database management system for java You can download the latest version of h2 from: http://www.h2database.com/html/download.html 4) Avajé Ebean ORM Persistance Layer - an open source (LGPL license) Java Object Relational Mapping tool You can download the latest version of Avajé Ebean from: http://sourceforge.net/projects/ebeanorm/files/ 5) XStream - a simple library to serialize objects to XML and back again You can download the lastest version of XStream from: http://xstream.codehaus.org/download.html 6) GeoNames client library - Client library to simplify access to the GeoNames web services You can download the latest version of the GeonNames client library from: http://www.geonames.org/export/client-libraries.html 7) JFreeChart - a free Java chart library to display professional quality charts in java applications You can download the latest version of JFreeChart from: http://sourceforge.net/projects/jfreechart/files/ Please send inquiries/comments/reports to packettracking@fokus.fraunhofer.de */