planet.test.trivialp2ptest
Class TrivialTest

java.lang.Object
  extended byplanet.test.trivialp2ptest.TrivialTest

public class TrivialTest
extends java.lang.Object

Builds a network with the specified size, and sets the nodes routing table directly. Then, make lookup messages and sends them to the destination nodes.

Author:
Jordi Pujol 03-jun-2005

Constructor Summary
TrivialTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Builds an instance of TrivialTest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialTest

public TrivialTest()
            throws InitializationException
Method Detail

main

public static void main(java.lang.String[] args)
Builds an instance of TrivialTest.

Parameters:
args - Nothing is required.