Changes between Version 11 and Version 12 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute


Ignore:
Timestamp:
06/16/16 13:24:01 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v11 v12  
    102102
    103103=== 5.2 Run the NDN application on the entire topology ===
    104 For this section, we are going to start the NFD in all nodes and register the namespace. We automated these tasks for some nodes. You will do it in one node.
    105 On your computer, run
     104For this section, we are going to start the NFD in all nodes and register the namespace. We automated these tasks using a script. On your computer, run
    106105     {{{
    107106     $ ./setup-app.sh
     
    111110SSH to the {{{Custodian}}} node and start the {{{producer}}} application
    112111     {{{
     112     $ nfd-start
    113113     $ python producer.py -n /nytimes
    114114     }}}