Difference between revisions of "Lr-wpan"

From Nsnam
Jump to: navigation, search
(Next steps)
Line 2: Line 2:
  
 
This page is a placeholder for coordinating development of the lr-wpan model for ns-3.
 
This page is a placeholder for coordinating development of the lr-wpan model for ns-3.
 +
 +
=== 802.15.4 ===
  
 
Some initial code is available at http://code.nsnam.org/tomh/ns-3-lr-wpan/.  Please see [http://code.nsnam.org/tomh/ns-3-lr-wpan/file/735b14afde8e/lr-wpan-documentation.pdf Sphinx documentation] for a description of what is already done in this repository.  This repository is only the starting point for a full 802.15.4 model.
 
Some initial code is available at http://code.nsnam.org/tomh/ns-3-lr-wpan/.  Please see [http://code.nsnam.org/tomh/ns-3-lr-wpan/file/735b14afde8e/lr-wpan-documentation.pdf Sphinx documentation] for a description of what is already done in this repository.  This repository is only the starting point for a full 802.15.4 model.
 +
 +
=== 6LoWPAN ===
 +
 +
Some initial code is available at http://code.nsnam.org/tpecorella/ns-3-6LoWPAN/. The code will implement (hopefully) RFCs 4944 and 6262. This repository is a development repository, so the code might be not fully implemented and contain some horrible bugs. The interested contributors are more than welcome to contact me.
 +
 +
=== RPL (Routing Over Low power and Lossy networks) ===
 +
 +
[http://tools.ietf.org/wg/roll/ RPL] is being developed by Tommaso Pecorella (and others). No repository is actually available and only a restricted set of developers have access to the code. It will be released as soon as it's ready for the general use.
 +
Some of the features that will be in the model are:
 +
- full support for custom metrics
 +
- Storing with multicast support MOP
 +
- P2P routes
 +
 +
=== ns-2 models ===
  
 
* A thorough model for 802.15.4 is implemented in ns-2 and described [http://www-ee.ccny.cuny.edu/zheng/pub/ here]
 
* A thorough model for 802.15.4 is implemented in ns-2 and described [http://www-ee.ccny.cuny.edu/zheng/pub/ here]
Line 11: Line 27:
 
=== Next steps ===
 
=== Next steps ===
  
There is presently no layer above this 802.15.4 that makes use of this code; ZigBee and 6LoWPAN are two technologies that could build on this.  Non-IP packet generation, and routing, could be two topics of further development.
+
There is presently no layer above this 802.15.4 that makes use of this code; ZigBee is a technology that could build on this.  Non-IP packet generation, and routing, could be two topics of further development.
  
 
This could be a placeholder section for who is doing what, in the future.
 
This could be a placeholder section for who is doing what, in the future.

Revision as of 00:35, 18 November 2011

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 is a placeholder for coordinating development of the lr-wpan model for ns-3.

802.15.4

Some initial code is available at http://code.nsnam.org/tomh/ns-3-lr-wpan/. Please see Sphinx documentation for a description of what is already done in this repository. This repository is only the starting point for a full 802.15.4 model.

6LoWPAN

Some initial code is available at http://code.nsnam.org/tpecorella/ns-3-6LoWPAN/. The code will implement (hopefully) RFCs 4944 and 6262. This repository is a development repository, so the code might be not fully implemented and contain some horrible bugs. The interested contributors are more than welcome to contact me.

RPL (Routing Over Low power and Lossy networks)

RPL is being developed by Tommaso Pecorella (and others). No repository is actually available and only a restricted set of developers have access to the code. It will be released as soon as it's ready for the general use. Some of the features that will be in the model are: - full support for custom metrics - Storing with multicast support MOP - P2P routes

ns-2 models

  • A thorough model for 802.15.4 is implemented in ns-2 and described here
  • This work did some additional work on the ns-2 model.
  • more description of the ns-2 implementation is here

Next steps

There is presently no layer above this 802.15.4 that makes use of this code; ZigBee is a technology that could build on this. Non-IP packet generation, and routing, could be two topics of further development.

This could be a placeholder section for who is doing what, in the future.