Changes between Version 12 and Version 13 of GEC21Agenda/ChoiceNet/run_tests_part2


Ignore:
Timestamp:
10/17/14 17:37:21 (9 years ago)
Author:
xinming@umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/run_tests_part2

    v12 v13  
    3737Password: customer
    3838
    39 After login, the app will intercept any TCP SYN packets with destination IP 10.0.0.0/8 and destination port 8080 or 443. Once it intercepts a packet, it communicated with the marketplace and request for a path service with 3-minute duration. This means it is compatible with almost any existing network applications, here we will use wget and mplayer as two examples.
     39After login, the app will intercept any TCP SYN packets with destination IP 10.0.0.0/8 and destination port 8080 or 443. Once it intercepts a packet, it communicates with the marketplace and requests for a path service with 3-minute duration. This means it is compatible with almost any existing network applications, here we will use wget and mplayer as two examples.
    4040
    4141----
    42 = Test 1:  wget =
     42= Test 1:  wget download test =
    4343
    4444First start a simple http server on '''TERMINAL 1''':
     
    5858}}}
    5959
    60 After executing this command, switch to TERMINAL 2, you will see the ChoiceNet App gives you several options about the forward and revert path. Each path is valid for 3 minutes.
     60After executing this command, switch to '''TERMINAL 2''', you will see the ChoiceNet App gives you several options about the forward and revert path. Each path is valid for 3 minutes.
    6161
    6262Select one for each, then you will be asked to pay for the path service on a webpage.
     
    8686}}}
    8787
    88 You don't have to wait for the download to complete. You only need to notice that the download speed should match the speed you selected in the ChoiceNet App.
     88You don't have to wait for the download to complete. Press Ctrl-C to cancel download after you have verified the download speed matches the speed you selected.
    8989
    90 If you want to start over and try another choice, make sure to wait for 3 minutes from your last successful payment so that the previous service can expire.
     90If you want to start over and try another choice, just re-do the "wget" command on '''TERMINAL 3'''. But please make sure it has been 3 minutes since your last successful payment, so that the previous service can expire.
    9191
    9292----