Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute


Ignore:
Timestamp:
06/20/16 16:45:28 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v29 v30  
    6969
    7070You are now ready to start the producer application and register a namespace. ^([#hn note: you can try other namespaces as well])^
    71      {{{
     71     {{{
     72     $ cd /local
    7273     $ python producer.py -n /nytimes
    7374     }}}
     
    7778     }}}
    7879Open another terminal on the {{{Custodian}}} node and run
    79      {{{
     80     {{{
     81     $ cd /local
    8082     $ python consumer.py -u /nytimes/science
    8183     }}}
     
    9193SSH to the {{{Custodian}}} node and start the {{{producer}}} application
    9294     {{{
     95     $ cd /local
    9396     $ nfd-start
    9497     $ python producer.py -n /nytimes
     
    98101SSH to the {{{Experimenter}}} node, register the namespace, and start the {{{consumer}}} application
    99102     {{{
     103     $ cd /local
    100104     $ nfdc register / udp4://10.0.0.1
    101105     $ python consumer.py -u /nytimes/science
     
    105109SSH to the {{{PI}}} node, register the namespace, and start the {{{consumer}}} application
    106110     {{{
     111     $ cd /local
    107112     $ python consumer.py -u /nytimes/science
    108113     }}}