blob: 22acc5c27ac8557c08fdfc4cecd89e41aed54198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
/**
* 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
*/
|