HOWTO-CONTRIBUTE
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. We support two methods to advertise your contributed code for ns:
  2. First, we need the following in order to add a pointer to your 
  3. code in the ns contributed code web page 
  4. (http://mash.cs.berkeley.edu/ns/ns-contributed.html): 
  5. (1) which version of ns was the code written for; 
  6. (2) a pointer to C/C++/OTcl code as well as simulation scripts on 
  7.     your web server;
  8. and hopefully also:
  9. (3) a simple README explaining special setups needed to run the
  10.     simulations or tests.
  11. (4) an example script illustrating the use of your protocol.
  12. Second, we're also happy to work with developers to integrate their 
  13. code into the ns distribution.  To do this, we need (in addition 
  14. to 1-4 above):
  15. (5) code which works with the most recently released version of ns
  16. (6) a test script exercising most important points of your protocol
  17.     (see the sample tests in tcl/test of the ns directory)
  18. (7) documentation comparable to the Agent/SRM chapter of ``ns notes
  19.     and documentation''
  20. (We realize that 5-7 are more work than simply 1-4.  Without a test
  21. suite we cannot insure that your code will work in future ns releases;
  22. without documentation your code won't be very useful to others.  The
  23. advantage is that with these it will be much easier for other
  24. researchers to build on your hard work.)
  25. Please send your pointers to the ns-users mailing list
  26. (ns-users@mash.cs.berkeley.edu). Suggestions and
  27. comments are also welcome.
  28. - The ns Team