Changes between Version 19 and Version 20 of GEC11NetServTutorialInstruction


Ignore:
Timestamp:
07/21/11 20:18:15 (13 years ago)
Author:
jae@cs.columbia.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11NetServTutorialInstruction

    v19 v20  
    9696== Develop !NetServ module ==
    9797
    98 1. Open Example.java with gedit or your favorite editor.
     981. Open {{{Example.java}}} with gedit or your favorite editor.
    9999
    100100{{{
     
    102102}}}
    103103
    104   Example.java is a typical !NetServ packet processing module and it extends the !NetServ.!BuildingBlock.service.!PktProcessorActivator class.
     104  {{{Example.java}}} is a typical !NetServ packet processing module and it extends the !NetServ.!BuildingBlock.service.!PktProcessorActivator class.
    105105
    106 2. Modify Example.java.
     1062. Modify {{{Example.java}}}.
    107107
    108108  Comment out processPkt() marked as scenario !#1, and uncomment processPkt() scenario !#2.
     
    121121}}}
    122122
    123   Note that the "2" argument will make the script send setup-request-2.txt, which includes two IP addresses in the properties header.
     123  Note that the "2" argument will make the script send {{{setup-request-2.txt}}}, which includes two IP addresses in the properties header.
    124124
    125125{{{