Difference between revisions of "Suggested Projects"

From Nsnam
Jump to: navigation, search
(update suggested projects)
(deprecate suggested projects page)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
  
One way to get involved with ns-3 is to work with a mentor on a suggested project.  These are typically project suggestions that would be valued contributions but the proposer does not have enough time to do it himself or herself, but is willing to mentor someone else to do it.
+
This page has moved to [[Project_Ideas]] page.
 
+
Another possibility for students is to get involved in the [http://code.google.com/soc/ Google Summer of Code] program.  This program is administered by Google and acceptance is competitive.
+
 
+
= Google Summer of Code =
+
 
+
== 2011 Google Summer of Code Project Ideas ==
+
 
+
ns-3 plans to apply to 2011 Google Summer of Code.  Our 2011 ideas page: '''[[GSOC2011Projects | 2011 GSOC project ideas]]'''
+
 
+
= Mentored projects =
+
 
+
This section lists project ideas for which there is interest by an ns-3 developer or maintainer to serve as a mentor in the development of a new feature for ns-3.
+
 
+
How does a mentored project work?  You contact the mentor and describe your interests and availability to work on the module.  You and the mentor will work out a plan to regularly review and discuss the development of your module, following the [http://www.nsnam.org/code-submission.html guidelines for developing new models for ns-3].  You will set up a public repository somewhere such as [http://mercurial.selenic.com/wiki/MercurialHosting a site listed here] or your own mercurial server. 
+
 
+
Please do not apply for mentoring help on a class project unless you have approval from the instructor to receive mentoring.
+
 
+
== Create non-IP stack for ns-3 ==
+
 
+
'''Mentor''':  [mailto:tomh@tomh.org Tom Henderson]
+
 
+
All ns-3 simulations are IP based but there is no template for how to do this for non-IP-based stacks.  One issue that should be addressed in the long term is that applications that generate traffic are strongly coupled to the sockets interface. It would be nice to decouple the traffic generation aspects of these applications from the sockets-related code.
+
 
+
#* ''summary'': Proposed decoupling to generalize applications
+
#* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2007-July/003136.html
+
#* ''code location'': http://code.nsnam.org/laprisee/ns-3-mp/
+
#* ''status'':  Was under discussion in the summer.
+
#:
+
 
+
== IPv6 Routing ==
+
 
+
'''Mentor''':  [mailto:tomh@tomh.org Tom Henderson]
+
 
+
There is little support for global (i.e. god) routing or dynamic routing for IPv6. 
+
 
+
= Feature requests =
+
 
+
The following projects have been suggested in the past.  If you are working on them, please let us know on the developers or users list so that we can coordinate activities.  If you want to add a project, please describe it below.
+
 
+
== Path MTU discovery and fragmentation for IPv4 stacks ==
+
 
+
'''Status:'''  Being worked on by Vedran Miletic
+
 
+
There is no [http://en.wikipedia.org/wiki/Path_MTU_discovery path MTU discovery] implemented for IPv4.  This, combined with lack of fragmentation, makes guessing the end-to-end MTU imperative for ns-3 simulations.  We would welcome a contribution that introduced path MTU discovery and IPv4 fragmentation to ns-3.  Note that there is fragmentation support in the [http://yans.inria.fr/yans/ yans simulator] that may be of use; contact Mathieu Lacage for more information. 
+
 
+
== UDP for IPv6 ==
+
 
+
'''Status:'''  Being worked on by Ken Renard
+
'''Background:''' http://mailman.isi.edu/pipermail/ns-developers/2008-August/004649.html
+
 
+
Enable UDP for IPv6.  The next step would be TCP but Ken has volunteered to look at UDP first.
+

Latest revision as of 16:31, 11 February 2012

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 has moved to Project_Ideas page.