Orbit > NodeHandler > Tutorial > First Experiment
Running the first helloworld experiment
If you do not have account on ORBIT, please follow Step 1 from previous link and then continue onto Step 2 listed below
Step 2) Once the users have an account, they can log into www.orbit-lab.org using ssh and then onto grid.orbit-lab.org using their account
Step3) In order to run the first experiment, simply type the following at the console
user#> nodehandler -t
This will launch the default tutorial experiment. The tutorial experiment uses nodes 1-1 and 1-2 on the grid Node 1-1 sends UDP datagrams of 1024 bytes to Node1-2 at 300 Kbps CBR. The receiver reports the measured throughput
Understanding the script
In order to understand the details of the script, visit Understanding Helloworld
