Changes between Version 15 and Version 16 of GEC11NetServTutorialInstruction


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11NetServTutorialInstruction

    v15 v16  
    1717  [[Image(traffic.jpg, 300px)]]
    1818 
    19 == !NetServ module development ==
     19== Install !NetServ module ==
    2020
    21211. Open a terminal window and go to your !NetServ user directory.
     
    9494}}}
    9595
    96 8. Open Example.java with gedit or your favorite editor.
     96== Develop !NetServ module ==
     97
     981. Open Example.java with gedit or your favorite editor.
    9799
    98100{{{
     
    102104  Example.java is a typical !NetServ packet processing module and it extends the !NetServ.!BuildingBlock.service.!PktProcessorActivator class.
    103105
    104 9.
     1062. Modify Example.java.
     107
     108  Comment out processPkt() marked as scenario #1, and uncomment processPkt() scenario #2.
     109
     1103. Compile and upload the new version of the module.
     111
     112{{{
     113make
     114./upload.sh
     115}}}
     116
     1174. While you're watching the browser screen, install the module into the !NetServ router.
     118
     119{{{
     120./setup.sh 1
     121}}}
    105122
    106123==  ==