Difference between revisions of "Current Development"

From Nsnam
Jump to: navigation, search
(Current Development Projects)
(freshen public development project listing)
Line 16: Line 16:
 
* [http://www.nsnam.org/wiki/index.php?title=User:craigdo craigdo]
 
* [http://www.nsnam.org/wiki/index.php?title=User:craigdo craigdo]
  
== Current Development Projects ==
+
== Code contributions under review for main tree ==
  
Below is a list of projects that are being worked on and have been publicly announced.   
+
This section is devoted to code that is being reviewed or considered for merge to ns-3-devSome small patches are not included here and can be found in the tracker instead, often with the keyword [PATCH]:
Note also that a lot of code is under review for the main tree and is listed here:
+
[http://www.nsnam.org/bugzilla/buglist.cgi?quicksearch=%5bPATCH%5d]
* [[Contributed_Code]]
+
* [[Reviews]]
+
  
 +
=== A code contribution ===
 +
 +
* ''summary'': An ns-3 "process" environment
 +
* ''date'': 
 +
* ''code location'':
 +
* ''reviewer(s)'':
 +
* ''status'':
 +
* ''background'':
 +
 +
 +
== Public development projects ==
 +
 +
This section describes projects that are being worked on and have been publicly announced. 
 
Please add your project to the below so interested contributors can coordinate with you.
 
Please add your project to the below so interested contributors can coordinate with you.
 +
 +
=== Google Summer of Code projects ===
 +
 +
These projects each have their own separate wiki pages:
 +
 +
==== Network Address Translation ====
 +
* [http://www.nsnam.org/wiki/index.php/GSOC2009NetworkAddressTranslation project page]
 +
==== Minstrel Rate Adaptation ====
 +
* [http://www.nsnam.org/wiki/index.php/GSOC2009Minstrel Minstrel Rate Adaptation project page]
 +
==== Uplink Scheduler for WIMAX ====
 +
* [http://www.nsnam.org/wiki/index.php/GSOC2009WimaxUplinkScheduler project page]
  
 
=== 802.11 model extensions ===
 
=== 802.11 model extensions ===
Line 49: Line 71:
 
** MIMO
 
** MIMO
 
Also interested to verify the 11n terminal throughput when are associated terminal of a/b/g standards.
 
Also interested to verify the 11n terminal throughput when are associated terminal of a/b/g standards.
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-December/004973.html
+
* Already finished features (in ns-3.5):
 +
** HCF, TXOP, Frame Aggregation
 
* ''code location'': http://code.nsnam.org/mirko/ns-3-80211n
 
* ''code location'': http://code.nsnam.org/mirko/ns-3-80211n
* ''status'':  see http://mailman.isi.edu/pipermail/ns-developers/2009-March/005457.html
+
* ''status'':  see http://mailman.isi.edu/pipermail/ns-developers/2009-July/006216.html
  
 
==== 802.11s ====
 
==== 802.11s ====
Line 58: Line 81:
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-November/004931.html
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-November/004931.html
 
* ''code location'':  http://forge.wenos.ru/hgprojects/ns3dev/
 
* ''code location'':  http://forge.wenos.ru/hgprojects/ns3dev/
* ''status'':  reviewed here:  http://codereview.appspot.com/63188/show
+
* ''status'':  under review-- see above
 
+
=== Synchronous posix/sockets API ===
+
 
+
* ''summary'': An ns-3 "process" environment
+
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-April/003912.html
+
* ''code location'': http://code.nsnam.org/mathieu/ns-3-simu
+
* ''status'':  likely for post-ns-3.5 merge; being worked also with the application integration project below
+
 
+
=== 802.21 media independent handover ===
+
 
+
* ''wiki page'': http://www.nsnam.org/wiki/index.php/NS-3_MIH_implementation
+
* ''code location'':  http://code.nsnam.org/salumu/ns-3-mih/
+
* ''status'': Under development-- no merge plans announced.
+
  
 
=== IPv6 for ns-3 ===
 
=== IPv6 for ns-3 ===
Line 78: Line 88:
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-June/004283.html
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-June/004283.html
 
* ''code location'': hg clone https://svnet.u-strasbg.fr/hg/ns-3-ipv6/
 
* ''code location'': hg clone https://svnet.u-strasbg.fr/hg/ns-3-ipv6/
* ''status'':  ns-3.3 contains the first merge (Ipv6Address) of this code.  ns-3.5 will continue to add features, including Ipv6Interface class.  Here is a (somewhat dated) roadmap: http://mailman.isi.edu/pipermail/ns-developers/2008-July/004358.html
+
* ''status'':  ns-3.3 contains the first merge (Ipv6Address) of this code.  ns-3.6 will continue to add features, including Ipv6Interface class.  Here is a tentative roadmap: http://mailman.isi.edu/pipermail/ns-developers/2009-July/006211.html
 +
 
 +
=== Flow monitor module ===
 +
 
 +
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2009-May/005875.html
 +
* ''code location'': http://code.nsnam.org/gjc/ns-3-flowmon/
 +
* ''status'': Candidate for ns-3.6 merge
 +
 
 +
=== Spectrum modeling support ===
 +
 
 +
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2009-April/005759.html
 +
* ''code location'': http://code.nsnam.org/nbaldo/ns-3-dev-spectrum
 +
* ''status'': Seeking feedback; possible merge candidate for ns-3.6.
 +
 
 +
=== Multi-threaded simulation implementation for multicore ===
 +
 
 +
* ''ns-developers post'':  http://mailman.isi.edu/pipermail/ns-developers/2009-July/006197.html
 +
* ''code location'':  http://code.nsnam.org/guillaume/ns-3-multithreading/
 +
* ''status'': recently announced; still under development
 +
 
 +
=== MPI-based distributed simulation ===
 +
 
 +
* ''code location'':  http://code.nsnam.org/jpelkey3/ns-3-distributed
 +
* ''status'': under development for ns-3.6
 +
 
 +
=== Nix-vector routing ===
 +
 
 +
* ''code location'':  http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing
 +
* ''status'': under development for ns-3.6
  
 
=== WiMAX module ===
 
=== WiMAX module ===
Line 84: Line 122:
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-September/004789.html
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-September/004789.html
 
* ''code location'':  http://code.nsnam.org/iamine/ns-3-wimax
 
* ''code location'':  http://code.nsnam.org/iamine/ns-3-wimax
* ''status'': Not yet reviewed.
+
* ''status'': Recently reviewed here:  http://mailman.isi.edu/pipermail/ns-developers/2009-July/006208.html  This code has not yet been proposed for merging to the main tree.
  
 
=== Underwater acoustic model ===
 
=== Underwater acoustic model ===
Line 90: Line 128:
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-October/004826.html
 
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-October/004826.html
 
* ''code location'':  http://code.nsnam.org/ltracy/ns-3-dev-uan
 
* ''code location'':  http://code.nsnam.org/ltracy/ns-3-dev-uan
* ''status'': Not yet reviewedProposed for ns-3.5.
+
* ''status'': Under review (see above)http://mailman.isi.edu/pipermail/ns-developers/2009-June/006148.html
  
 
=== Verification, Validation and Testing ===
 
=== Verification, Validation and Testing ===
Line 98: Line 136:
 
* ''summary'': Add support for model verification, validation and testing.
 
* ''summary'': Add support for model verification, validation and testing.
 
* ''wiki pages'':  See [[VerificationValidationAndTesting]]
 
* ''wiki pages'':  See [[VerificationValidationAndTesting]]
* ''status'':  Thinking about these features is just beginning.  If you have any suggestions, feel free to chime in on the list.
+
* ''status'':  Prototyping done, requirements discussion ongoing:  http://mailman.isi.edu/pipermail/ns-developers/2009-July/006212.html
  
 
=== Visualization for ns-3 ===
 
=== Visualization for ns-3 ===
Line 113: Line 151:
  
 
Hagen Paul Pfeifer is working on a MANET visualizer http://nv.dev.jauu.net/
 
Hagen Paul Pfeifer is working on a MANET visualizer http://nv.dev.jauu.net/
 +
 +
=== Synchronous posix/sockets API ===
 +
 +
* ''summary'': An ns-3 "process" environment
 +
* ''ns-developers post'': http://mailman.isi.edu/pipermail/ns-developers/2008-April/003912.html
 +
* ''code location'': http://code.nsnam.org/mathieu/ns-3-simu
 +
* ''status'':  still in development
  
 
=== real-world application integration ===
 
=== real-world application integration ===
Line 119: Line 164:
 
* ''wiki page'': http://www.nsnam.org/wiki/index.php/Real_World_Application_Integration
 
* ''wiki page'': http://www.nsnam.org/wiki/index.php/Real_World_Application_Integration
 
* ''code location'': http://code.nsnam.org/lj/quagga-porting/
 
* ''code location'': http://code.nsnam.org/lj/quagga-porting/
* ''status'':  Being developed by Liu Jian, Google Summer of Code.  Portions of this code are planned for a future release (ns-3.5 or later).
+
* ''status'':  Was developed by Liu Jian, Google Summer of Code.  Portions of this code are planned for a future release (ns-3.6 or later) when ns-3-simu is merged.
  
=== Parallel simulations ===
+
=== L2 Ethernet switch module ===
 +
 
 +
* ''ns-developers post'':  http://groups.google.com/group/ns-3-users/browse_thread/thread/0091ac611dde1928#
 +
* ''status'':  No code yet, starting development.
 +
 
 +
=== Parallel simulations (2008) ===
  
 
* ''summary'': ns-3 extensions for parallelization
 
* ''summary'': ns-3 extensions for parallelization
Line 134: Line 184:
 
* ''code location'':  http://freehg.org/u/mlaw
 
* ''code location'':  http://freehg.org/u/mlaw
 
* ''status'':  No status update recently.  Dormant.
 
* ''status'':  No status update recently.  Dormant.
 +
 +
=== 802.21 media independent handover ===
 +
 +
* ''wiki page'': http://www.nsnam.org/wiki/index.php/NS-3_MIH_implementation
 +
* ''code location'':  http://code.nsnam.org/salumu/ns-3-mih/
 +
* ''status'': Dormant-- no merge plans announced.
  
 
== Suggested Projects ==
 
== Suggested Projects ==

Revision as of 19:33, 10 July 2009

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

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

On this page, we will try to maintain pointers to current ns-3 development work, and post some suggested project ideas.

If you are interested in collaborating on one of these projects, please do not hesitate to contact the individuals identified.

For newcomers: Contributing to ns-3

Note: Several ns-3 developers hang out on IRC at #ns-3 at irc.freenode.net. A typically active time is around 1500 to 1900 UTC, Mondays through Fridays.

Developer home pages

Here are some developer pages, to see what people are currently working on:

Code contributions under review for main tree

This section is devoted to code that is being reviewed or considered for merge to ns-3-dev. Some small patches are not included here and can be found in the tracker instead, often with the keyword [PATCH]: [1]

A code contribution

  • summary: An ns-3 "process" environment
  • date:
  • code location:
  • reviewer(s):
  • status:
  • background:


Public development projects

This section describes projects that are being worked on and have been publicly announced. Please add your project to the below so interested contributors can coordinate with you.

Google Summer of Code projects

These projects each have their own separate wiki pages:

Network Address Translation

Minstrel Rate Adaptation

Uplink Scheduler for WIMAX

802.11 model extensions

There are several efforts ongoing to extend the ns-3 Wifi model.

Harmonization with ns-2 802.11 Ext models

  • summary: ns-2.33 added a new 802.11 model with much more detailed channel modeling. An effort has been started to port over reusable components from that implementation to ns-3's wifi model, while reusing already implemented basic components. The goal is a harmonization of the 802.11 models of ns-2 and ns-3. Leading aim is to support research on vehicular networks. Planned near-term features:
    • Equalizing PHY models including capture effects, user-definable coding rates (e.g. 5.9 GHz from 802.11p)
    • EDCA QoS extensions of 802.11e
  • Already finished features:
    • Nakagami/Rayleigh propagation loss model
  • ns-developers post: http://mailman.isi.edu/pipermail/ns-developers/2008-November/004936.html
  • code location: http://idlebox.net/2008/ns-3-wifi/code/ns-3-wifiex/
  • status: under current active development. Time frame till this is completed: 4-5 month.

802.11n

  • summary: University of Florence (LART lab) has begun work on an 802.11n model for ns3. The main goal is to simulate the frame aggregation feature. In the future, they aim to implement the High Throughput terminal behaviour with MIMO technology. They plan to add, to ns-3's 802.11 model, the following 802.11n features:
    • Frame Aggregation
    • Block ACK
    • HCF (EDCA and support for HCCA)
    • TXOP
    • HT terminal (also with protection modes)
    • MIMO

Also interested to verify the 11n terminal throughput when are associated terminal of a/b/g standards.

802.11s

IPv6 for ns-3

Flow monitor module

Spectrum modeling support

Multi-threaded simulation implementation for multicore

MPI-based distributed simulation

Nix-vector routing

WiMAX module

Underwater acoustic model

Verification, Validation and Testing

Verification is the process of making sure that a given computer program you have built implements your conceptual model correctly. Validation means the ability to determine that a given model has some connection to some reality -- that a model is an accurate representation of a real system. Testing means the ability to exercise a given model to determine that it behaves as expected given various good (and perhaps bad) inputs (and does not change unexpectedly over time). Note the perhaps subtle differences.

Visualization for ns-3

Jeremy Norman and the iNSpect team have posted some plans for a visualization library for ns-3:

Gustavo Carneiro is working on a Python visualization tool (http://code.nsnam.org/gjc/ns-3-pyviz)

George Riley has made a prototype animator for PointToPoint links.

Joe Kopena is working on what he calls a "decorator" http://code.nsnam.org/tjkopena/

Hagen Paul Pfeifer is working on a MANET visualizer http://nv.dev.jauu.net/

Synchronous posix/sockets API

real-world application integration

L2 Ethernet switch module

Parallel simulations (2008)

Delay Box for ns-3

Matt Crinklaw is working on a port of ns-2 DelayBox to ns-3.

802.21 media independent handover

Suggested Projects

2009 Google Summer of Code Project Ideas

We have posted some project ideas for Google Summer of Code. However, these ideas are not limited to the Google program.

Project ideas here

Ns3 Wireless PHY

This project aims at building a high-quality set of PHY-level models for wireless networks: Ns3WirelessPhy

Mathieu Lacage is coordinating this work and has a workshop session at wns3 in March 2009.

Traffic generation applications

George Riley (riley@ece.gatech.edu) is overseeing the porting of application models from GTNetS to ns-3.

Removing traffic generation from applications class


Craigdo 23:57, 27 March 2009 (UTC)