Difference between revisions of "Issues"

From Nsnam
Jump to: navigation, search
(revert spam)
 
(9 intermediate revisions by 5 users not shown)
Line 10: Line 10:
  
 
== Design discussions ==
 
== Design discussions ==
 +
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-November/002563.html Gustavo Carneiro's proposal] to make the OS X build system use the environment variables.  (See also:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=3)
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-October/002485.html Gustavo's proposal] to consider WAF instead of SCons
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-December/002689.html how to handle endian issues]
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-December/002676.html  Need for single Packet Peek/Remove method]
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-October/002443.html Gustavo's postings] on source code style issues
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2007-January/002759.html Gustavo suggests building ns-2 with waf instead of SCons]
  
 
== Code modules under discussion ==
 
== Code modules under discussion ==
 +
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-November/002547.html Various proposals for node architecture]
 +
* Mathieu Lacage's [http://mailman.isi.edu/pipermail/ns-developers/2006-December/002681.html Thread API] (See also [http://mailman.isi.edu/pipermail/ns-developers/2006-October/002472.html this thread])
 +
* Mathieu Lacage's tracing framework ([http://cutebugs.net/files/wns2-yans.pdf WNS2 yans paper]; see also the code in the ns-3 repository under src/common/ directory)
  
 
== Related work to consider for ns-3 ==
 
== Related work to consider for ns-3 ==
 +
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-November/002611.html Igor Sergeevich's proposal] to consider timing-accurate node models.
 +
* [http://mailman.isi.edu/pipermail/ns-developers/2006-October/002446.html ns miracle] design for cross-layer interaction.  '''UPDATED June 2007:''' [http://mailman.isi.edu/pipermail/ns-developers/2007-June/003082.html here]

Latest revision as of 04:56, 8 January 2008

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 is a living list of various issues and proposals that should be considered and revisited over time. For instance, a proposal to change something in the code or architecture (such as an API change), or to consider the reuse of some other project's code.

Discussion of these items should occur on the ns-developers list; this list is merely for archiving the items.

Note: We have a Bugzilla database for tracking bugs, patches, feature requests, and tasks; this list is for items that don't fit into those categories or maybe are not ready or major enough for Bugzilla tracking.

Design discussions

Code modules under discussion

Related work to consider for ns-3