Difference between revisions of "Ns-3.12"

From Nsnam
Jump to: navigation, search
(The ns-3.12 Bug List)
(To Do List)
Line 44: Line 44:
 
* TDMA wireless model
 
* TDMA wireless model
 
** being worked on by Hemanth Narra
 
** being worked on by Hemanth Narra
 
= To Do List =
 
 
Mitch Watrous is working on the following modular build-related items:
 
 
# Make python examples not be run if they have unbuilt dependencies.  (This requires creation of waf build log file.)
 
# Make C++ examples with unbuilt dependencies not be run.  (This also requires creation of waf build log file.)
 
# Update documentation: fix module paths.
 
# Update documentation: how to use the configuration (.ns3rc) file
 
 
[http://mailman.isi.edu/pipermail/ns-developers/2011-April/008797.html Documentation updates] are planned:
 
 
# Update project documentation for modular build changes (Mitch Watrous)
 
# Split existing manual to a "developers manual" and a "model library" manual
 
# Remove "testing" document; move pieces to developers manual and model library manual
 
# Add python page to manual
 
# Remove [http://mailman.isi.edu/pipermail/ns-developers/2011-March/008742.html duplicate doxygen documentation]
 
# Create module template that can be easily cloned
 
# Create datasheet for ns-3
 
# Create cheatsheet(s) for ns-3
 
# Write down duties of release manager somewhere
 
 
[http://mailman.isi.edu/pipermail/ns-developers/2011-April/008816.html Coding style update] is being considered.
 

Revision as of 17:33, 27 May 2011

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

This page summarizes the ongoing release planning for ns-3.12. No release manager is named yet.

Proposed Release Schedule

  1. May TBD -- ns-3.11 posted, ns-3.12 open phase begins.

Please see Release Process concerning general aspects of the release schedule.

Candidate Contributions for Inclusion in ns-3.12

ns-3.12 Features Merged

To be listed here.

The ns-3.12 Bug List

Feature requests

  • make spectrum model compatible with ns-3 WiFi
  • ns-2 packet UID feature
  • API for TOS bytes (issue 897) may wait for netfilter support
  • Chord/DHT (authors are planning to revise code based on comments)
  • app store and build system refactoring
  • fragmentation for IPv4: being worked by Vedran Miletic and Tommaso Pecorella
  • TDMA wireless model
    • being worked on by Hemanth Narra