Changes between Version 35 and Version 36 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute


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

--

Legend:

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

    v35 v36  
    114114SSH to the {{{Custodian}}} node and start the {{{producer}}} application
    115115     {{{
    116      $ cd /local
    117      $ nfd-start
    118116     $ python producer.py -n /nytimes
    119117     }}}
     
    121119SSH to the {{{Experimenter}}} node, register the namespace, and start the consumer application
    122120     {{{
    123      $ nfdc register / udp4://10.0.0.1
    124      $ cd /local
     121     $ nfdc register / udp4://10.0.0.1
    125122     $ python consumer.py -u /nytimes/science
    126123     }}}
     
    129126SSH to the {{{PI}}} node and start the consumer application
    130127     {{{
    131      $ cd /local
    132128     $ python consumer.py -u /nytimes/science
    133129     }}}