A few more updates for ns-3.5 release.
authorJosh Pelkey <jpelkey@ece.gatech.edu>
Mon Jul 06 09:51:36 2009 -0400 (7 months ago)
changeset 194c3d634ae39fc
parent 193 7c6d13cfd1c6
child 195 c437a10f4e11
A few more updates for ns-3.5 release.
html_src/getting_started.html
html_src/news.html
html_src/roadmap.html
     1.1 --- a/html_src/getting_started.html	Sat Jul 04 08:48:36 2009 +0200
     1.2 +++ b/html_src/getting_started.html	Mon Jul 06 09:51:36 2009 -0400
     1.3 @@ -22,10 +22,8 @@
     1.4  
     1.5  <p>There are several ways to get the ns-3 source code:
     1.6  <ul>
     1.7 -<li><a href="releases/ns-allinone-3.4.tar.bz2">Download</a> the most recent stable
     1.8 -release (currently ns-3.4);
     1.9 -<li><a href="releases/ns-allinone-3.4-RC3.tar.bz2">Download</a> the most recent
    1.10 -development release (currently ns-3.4-RC3, a release candidate for ns-3.4).
    1.11 +<li><a href="releases/ns-allinone-3.5.tar.bz2">Download</a> the most recent stable
    1.12 +release (currently ns-3.5);
    1.13  <li><a href="mercurial.html">Download</a> a repository using mercurial and 
    1.14  compile it from source.  <b>This is recommended</b> if you want to look at
    1.15  current code or you want to examine an alternate or experimental code branch.
    1.16 @@ -63,7 +61,7 @@
    1.17  <pre>
    1.18  ./waf configure
    1.19  ./waf
    1.20 -./waf check
    1.21 +./waf --check
    1.22  ./waf --regression
    1.23  ./waf --run udp-echo
    1.24  </pre>
    1.25 @@ -85,19 +83,27 @@
    1.26  
    1.27  <a name="validating"></a><h2>Validating an ns-3 compilation</h2>
    1.28  
    1.29 -<p>You can run ns-3 unit tests by typing "./waf check" after the compilation.
    1.30 +<p>You can run ns-3 unit tests by typing "./waf --check" after the compilation.
    1.31  It should produce output such as: 
    1.32  <pre>
    1.33 -Compilation finished successfully 
    1.34 -PASS GlobalRouteManagerImpl
    1.35 -PASS EventGarbageCollector
    1.36 -PASS Olsr
    1.37 -PASS OlsrRoutingTable
    1.38 -PASS OlsrHeader
    1.39 -PASS UdpSocket
    1.40 -PASS Tags
    1.41 -PASS Packet
    1.42 +[705/707] get-unit-tests-list
    1.43 +[706/707] run-python-unit-tests
    1.44 +...........
    1.45 +----------------------------------------------------------------------
    1.46 +Ran 11 tests in 0.007s
    1.47 +
    1.48 +OK
    1.49 +[707/707] print-introspected-doxygen
    1.50 +[708/741] run-unit-test(AddressHelper)
    1.51 +[709/741] run-unit-test(Wifi)
    1.52 +[710/741] run-unit-test(Dcf
    1.53 +
    1.54  ...
    1.55 +
    1.56 +[739/741] run-unit-test(Ptr)
    1.57 +[740/741] run-unit-test(Callback)
    1.58 +[741/741] collect-unit-tests-results
    1.59 +C++ UNIT TESTS: all 33 tests passed.
    1.60  </pre>
    1.61  <p>You can also run ns-3 regression tests of the examples and compare the
    1.62  output with known good traces.  Try typing "./waf --regression".
     2.1 --- a/html_src/news.html	Sat Jul 04 08:48:36 2009 +0200
     2.2 +++ b/html_src/news.html	Mon Jul 06 09:51:36 2009 -0400
     2.3 @@ -1,5 +1,15 @@
     2.4  <h1>ns-3 news</h1>
     2.5  
     2.6 +<h2>July 2009</h2>
     2.7 +<ul>
     2.8 +  <li>
     2.9 +    <p><a id="ns-3.5" name="ns-3.5"></a>
    2.10 +          Stable Release of ns-3:  
    2.11 +          <a href="releases/ns-allinone-3.5.tar.bz2">
    2.12 +           ns-3.5</a> announced.
    2.13 +  </li>
    2.14 +</ul>
    2.15 +
    2.16  <h2>April 2009</h2>
    2.17  <ul>
    2.18    <li>
     3.1 --- a/html_src/roadmap.html	Sat Jul 04 08:48:36 2009 +0200
     3.2 +++ b/html_src/roadmap.html	Mon Jul 06 09:51:36 2009 -0400
     3.3 @@ -20,5 +20,4 @@
     3.4  with more detailed information including a summary of many
     3.5  modules under discussion.</p>
     3.6  
     3.7 -<h2>Release 3.5: July 1 2009 (tentative) </h2>  See the wiki page for details.
     3.8  </ul>