Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute


Ignore:
Timestamp:
06/15/16 17:27:34 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute

    v6 v7  
    4949}}}
    5050 
    51 == 5 Setting up the NDN application ==
     51== 5 Trying out the NDN application ==
    5252 
     53In this experiment, you will be able to see the NDN in-network caching in action. Our experiment consists of the following nodes:
     54   * A data source node, called {{{Custodian}}} that holds data in the namespace /nytimes
     55   * A internet router node, called {{{Internet}}} that forwards Interest and Data packets to and from the custodian.
     56   * A university hub node, called {{{University}}} that forwards Interest and Data packets to and from the university nodes.
     57   * A principal investigator node, called {{{PI}}} and a experimenter node, called {{{Experimenter}}} that will issue Interest requests.
     58
    5359Download the scripts and Python codes to your computer and extract it.
    5460   * [http://192.1.242.151/files/ndn-tutorial.gz ndn-tutorial.gz]
     
    5662Or alternatively,
    5763     {{{
    58      wget http://192.1.242.151/files/ndn-tutorial.gz
    59      tar -xvf ndn-tutorial.gz
     64     $ wget http://192.1.242.151/files/ndn-tutorial.gz
     65     $ tar -xvf ndn-tutorial.gz
    6066     }}}
    6167
    6268In the '''ndn-tutorial-config.sh''' configuration file, edit the fields according to your GENI username, SSH key, GENI Aggregate name, pc and port numbers.
    6369Keep the quotes format unchanged, otherwise the script may not run.
     70
     71Run '''copy-scripts.sh''', this will automatically transfer the necessary files to the nodes in our topology.
     72
     73Login into the node '''Custodian''' and start the NDN Forwarding Daemon (NFD),
     74     {{{
     75     $ nfd-start
     76     }}}
     77
     78wait until the shell prompt returns (~ a few seconds). The NFD is now up and running.
     79
     80
     81
    6482
    6583