Difference between revisions of "User:Craigdo"

From Nsnam
Jump to: navigation, search
Line 22: Line 22:
 
There are a number of bugs assigned in my areas of responsibility ...
 
There are a number of bugs assigned in my areas of responsibility ...
  
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=41 bug 41]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=41 Statically linked simple-p2p and simple-p2p.exe assert]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=63 bug 63]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=63 flag needed in an internet node to distinguish routers from hosts]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=64 bug 64]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=64 whether routing API needs to be split from Ipv4 API]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=66 bug 66]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=66 improve granularity of GlobalRouteManager::PopulateRoutes]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=74 bug 74]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=74 Redundant routing table lookup for setting src addr of outoging IP packets]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=85 bug 85]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=85 NetDevice::m_ifIndex not the same as Ipv4's ifIndex]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=89 bug 89]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=89 Not possible to free nodes before the end of a simulation]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=114 bug 114]
+
# [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=188 bug 188]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=188 global routing does not handle ip aliasing]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=215 bug 215]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=215 Node names patch]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=219 bug 219]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=219 Ipv4Interface is a poor API]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=272 bug 272]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=272 InternetStackHelper::Install does not mention the fact that it aggregates PacketSocketFactory]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=277 bug 277]
+
# [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=278 bug 278]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=278 Ipv4Header does not print the protocol number]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=280 bug 280]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=280 trace helpers too inclusive]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=290 bug 290]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=290 Helper.Install (node) does not work]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=291 bug 291]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=291 MobilityHelper.SetPositionAllocator (type, args) does not seem to work]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=294 bug 294]
+
# [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=324 bug 324]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=324 Regression tests refuse to run under MinGW]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=330 bug 330]
+
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=330 Avoid using the external 'diff' command for regression testing]
# [http://www.nsnam.org/bugzilla/show_bug.cgi?id=337 bug 337]
+
  
 
=== Contribution Queue ===
 
=== Contribution Queue ===

Revision as of 22:09, 3 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 (sometimes known as Craig Dowell) is an ns-3 developer based out of The University of Washington Department of Electrical Engineering.

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 ...

  1. Statically linked simple-p2p and simple-p2p.exe assert
  2. flag needed in an internet node to distinguish routers from hosts
  3. whether routing API needs to be split from Ipv4 API
  4. improve granularity of GlobalRouteManager::PopulateRoutes
  5. Redundant routing table lookup for setting src addr of outoging IP packets
  6. NetDevice::m_ifIndex not the same as Ipv4's ifIndex
  7. Not possible to free nodes before the end of a simulation
  8. global routing doesn't handle multi-hop layer-2 subnets
  9. global routing does not handle ip aliasing
  10. Node names patch
  11. Ipv4Interface is a poor API
  12. InternetStackHelper::Install does not mention the fact that it aggregates PacketSocketFactory
  13. star topologies are painful to create
  14. Ipv4Header does not print the protocol number
  15. trace helpers too inclusive
  16. Helper.Install (node) does not work
  17. MobilityHelper.SetPositionAllocator (type, args) does not seem to work
  18. what is NetDevice::GetMulticast used for ?
  19. Regression tests refuse to run under MinGW
  20. Avoid using the external 'diff' command for regression testing

Contribution Queue

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

Other developer pages

Craigdo 17:58, 3 October 2008 (EDT)