Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ndn/Procedure/Execute


Ignore:
Timestamp:
06/27/16 10:56:44 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v5 v6  
    8888The producer application will listen for {{{Interest}}} requests of a namespace {{{-n}}} and reply with {{{Data}}} packets.
    8989     {{{
    90      $ cd /local
    9190     $ python producer.py -n /nytimes
    9291     }}}
     
    9796Open another terminal on the {{{Custodian}}} node and run
    9897     {{{
    99      $ cd /local
    10098     $ python consumer.py -u /nytimes/science
    10199     }}}