Class ASRoute

java.lang.Object
  |
  +--ASRoute

public class ASRoute
extends java.lang.Object

This class is the main class for ASRoute. ASRoute runs a traceroute to a specified host and reports information regarding the autonomous systems the intervening routers belong to. To run, you must have access to a file mapping IP ranges to AS numbers. Also traceroute and JDK 1.2 must be installed.


Constructor Summary
ASRoute()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASRoute

public ASRoute()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method

Parameters:
args - An array of strings from the command line.
java.lang.Exception