Changes between Version 18 and Version 19 of Old/Documentation/OTG/ScriptsRepository


Ignore:
Timestamp:
Nov 10, 2005, 9:34:16 PM (19 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/ScriptsRepository

    v18 v19  
    2323
    2424Because all script files are pure text, just go to corresponding page and copy-paste the contents of the file.
     25
     26== Usage Instructions ==
     27
     28Only some standard scripts are included in the default nodehandler package. If you want to improvise or use customized scripts like some of the above ones, you can put them in your home direcotry.
     29:
     30For Application definiton files and Prototype files, the following naming convention is used:
     31 * '''test_app_<appname>.rb'''    For example:  test_app_otg.rb
     32 * '''test_proto_<protoname>.rb'''  For example: test_proto_sender.rb
     33
     34For experiment Files, there is no naming convention, any name ended with "rb" will work.