Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(657)

Delta Between Two Patch Sets: RELEASE_NOTES

Issue 117046: Ns-3 Nix-vector Routing (Closed)
Left Patch Set: Created 14 years, 6 months ago
Right Patch Set: Documentation of NixVector in packet Created 14 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « CHANGES.html ('k') | examples/nix-simple.cc » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 1
2 ns-3 RELEASE NOTES 2 ns-3 RELEASE NOTES
3 3
4 This file contains ns-3 release notes (most recent releases first). 4 This file contains ns-3 release notes (most recent releases first).
5 5
6 All of the ns-3 documentation is accessible from the ns-3 website:· 6 All of the ns-3 documentation is accessible from the ns-3 website:·
7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html 7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html
8 8
9 Release 3.6 9 Release 3.6
10 =========== 10 ===========
(...skipping 12 matching lines...) Expand all
23 - cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized) 23 - cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized)
24 - mingw gcc 3.4.5 (debug only) 24 - mingw gcc 3.4.5 (debug only)
25 25
26 Not all ns-3 options are available on all platforms; consult the 26 Not all ns-3 options are available on all platforms; consult the
27 wiki for more information: 27 wiki for more information:
28 http://www.nsnam.org/wiki/index.php/Installation 28 http://www.nsnam.org/wiki/index.php/Installation
29 29
30 New user-visible features 30 New user-visible features
31 ------------------------- 31 -------------------------
32 32
33 a) Add an implementation of the minstrel rate control algorithm· 33 a) 802.11 models:
34 (Duy Nguyen for gsoc) 34 - Add an implementation of the minstrel rate control algorithm·
35 (Duy Nguyen for gsoc)
36 - AthstatsHelper: enables the wifi device to produce periodic·
37 reports similar to the ones generated by madwifi's
38 athstats tool (Nicola Baldo)
39 - 10MHz and 5MHz channel width supported by 802.11a model·
40 (Ramon Bauza and Kirill Andreev)
41 - Channel switching support. YansWifiPhy can now switch among·
42 different channels (Ramon Bauza and Pavel Boyko)
35 ·· 43 ··
36 b) IPv6 models: 44 b) IPv6 models:
37 - IPv6 interface; 45 - IPv6 interface;
38 - IPv6 layer; 46 - IPv6 layer;
39 - IPv6 raw socket; 47 - IPv6 raw socket;
40 - Static IPv6 routing; 48 - Static IPv6 routing;
41 - ICMPv6 layer; 49 - ICMPv6 layer;
42 - Some ICMPv6 error messages (destination unreachable, ...); 50 - Some ICMPv6 error messages (destination unreachable, ...);
43 - Neighbor Discovery Protocol (NS/NA, RS/RA, redirection); 51 - Neighbor Discovery Protocol (NS/NA, RS/RA, redirection);
44 - Ping6 application (send Echo request); 52 - Ping6 application (send Echo request);
45 - Radvd application (send RA); 53 - Radvd application (send RA);
46 - Examples (ping6, simple-routing-ping6, radvd, radvd-two-prefix, 54 - Examples (ping6, simple-routing-ping6, radvd, radvd-two-prefix,
47 icmpv6-redirect). 55 icmpv6-redirect).
48 56
49 c) added AthstatsHelper, which enables the wifi device to produce 57 c) Wireless Mesh Networking models:
50 periodic reports similar to the ones generated by madwifi's 58 - General multi-interface mesh stack infrastructure (devices/mesh module).
51 athstats tool (Nicola Baldo) 59 - IEEE 802.11s (Draft 3.0) model including Peering Management Protocol and H WMP.
52 60 - Forwarding Layer for Meshing (FLAME) protocol.
53 d) Nix-vector routing. A helper class has been created, 61
54 Ipv4NixVectorHelper, in order to easily place this· 62 d) Nix-vector routing:··
55 routing protocol on nodes. Two new examples,· 63 - Ipv4NixVectorHelper
56 nix-simple and nms-p2p-nix show functionality and use· 64 - Examples (nix-simple, nms-p2p-nix)
57 of nix-vector routing. 65
58 ·
59 ·
60 API changes from ns-3.5 66 API changes from ns-3.5
61 ----------------------- 67 -----------------------
62 API changes for this release are documented in the file CHANGES.html.· 68 API changes for this release are documented in the file CHANGES.html.·
63 XXX 69 XXX
64 70
65 Known issues 71 Known issues
66 ------------ 72 ------------
67 ns-3 build is known to fail on the following platforms: 73 ns-3 build is known to fail on the following platforms:
68 - gcc 3.3 and earlier 74 - gcc 3.3 and earlier
69 - optimized builds on gcc 3.4.4 and 3.4.5 75 - optimized builds on gcc 3.4.4 and 3.4.5
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 to provide object extensibility 526 to provide object extensibility
521 527
522 - Add support for a BSD-style socket API for user applications 528 - Add support for a BSD-style socket API for user applications
523 529
524 Release 3.0.1 (2007/03/31) 530 Release 3.0.1 (2007/03/31)
525 ========================== 531 ==========================
526 532
527 - First public release; not yet pre-alpha. 533 - First public release; not yet pre-alpha.
528 534
529 - Simple UDP-based simulation script (examples/simple-p2p.cc) 535 - Simple UDP-based simulation script (examples/simple-p2p.cc)
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b