Difference between revisions of "User:Craigdo"

From Nsnam
Jump to: navigation, search
(Maintenance Queue)
Line 22: Line 22:
 
=== Maintenance Queue ===
 
=== Maintenance Queue ===
  
There are a number of bugs assigned in my areas of responsibility ...
+
There are a number of bugs assigned in my areas of responsibility, listed here in priority order:
  
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=114 global routing doesn't handle multi-hop layer-2 subnets]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=114 global routing doesn't handle multi-hop layer-2 subnets]
 +
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=277 star topologies are painful to create]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=215 Node names patch]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=215 Node names patch]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=241 Trace sources not clearly documented, trace sinks not clearly documented]
+
 
 +
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=294 what is NetDevice::GetMulticast used for ?]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=255 Deterministic Behavior May Cause Problems]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=255 Deterministic Behavior May Cause Problems]
 +
 +
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=241 Trace sources not clearly documented, trace sinks not clearly documented]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=263 XxxAddress::ConvertFrom are prone to subtle bugs]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=263 XxxAddress::ConvertFrom are prone to subtle bugs]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=277 star topologies are painful to create]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=294 what is NetDevice::GetMulticast used for ?]
 
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=357 Socket::Listen takes a queueLimit argument but it can't be used]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=357 Socket::Listen takes a queueLimit argument but it can't be used]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=363 Socket::SetDataSentCallback has bool return value]
 
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=363 Socket::SetDataSentCallback has bool return value]

Revision as of 20:36, 10 October 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

About craigdo

Craigdo.jpg

craigdo (sometimes known as Craig Dowell) is an ns-3 developer based out of The University of Washington Department of Electrical Engineering in Seattle, Washington, USA.

Responsibilities

I am the maintainer-of-record for the following pieces of ns-3:

  • src/node
  • src/devices/csma
  • src/devices/point-to-point
  • src/helper
  • src/routing/global-routing
  • src/doc/tutorial
  • regression tests

This means that bugs assigned to these modules are (at least initially) assigned to me and I am responsible for evaluating patches and conributions for as they might affect these modules. This is an ongoing maintenance effort that is always part of my work. In addition to my maintainer hat, I also contribute to other parts of ns-3.

Maintenance Queue

There are a number of bugs assigned in my areas of responsibility, listed here in priority order:

  1. global routing doesn't handle multi-hop layer-2 subnets
  2. star topologies are painful to create
  3. Node names patch
  1. what is NetDevice::GetMulticast used for ?
  2. Deterministic Behavior May Cause Problems
  1. Trace sources not clearly documented, trace sinks not clearly documented
  2. XxxAddress::ConvertFrom are prone to subtle bugs
  3. Socket::Listen takes a queueLimit argument but it can't be used
  4. Socket::SetDataSentCallback has bool return value
  5. how do I know if Socket::SetSendCallback works ?

Contribution Queue

I am also working on a contribution that will allow ns-3 simulations to talk to the outside world in real time.

  1. http://www.nsnam.org/wiki/index.php/Current_Development#ns-3_Emulation_and_Realtime_Scheduler

Other developer pages

Craigdo 18:28, 3 October 2008 (EDT)