Changes between Version 42 and Version 43 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 14:13:22 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v42 v43  
    198198 i. In your terminal window on '''hostB''', instruct '''nc''' to listen for a UDP connection on port 24565 (or some other port that catches your fancy).
    199199{{{
    200 #!div style="background: #ddf; border: 2px ridge; width: 450px;"
     200#!div style="background: #ddf; border: 2px ridge; width: 450px; margin-left:50px;"
    201201   {{{
    202202[mberman@hostb ~]$ nc -ul 24565
     
    205205 i. Connect to it from your terminal window on '''hostA''':
    206206{{{
    207 #!div style="background: #fdd; border: 2px ridge; width: 450px; margin-left:200px;"
     207#!div style="background: #fdd; border: 2px ridge; width: 450px; margin-left:50px;"
    208208   {{{
    209209#!sh