Difference between revisions of "Lr-wpan"

From Nsnam
Jump to: navigation, search
(ns-2 related work)
(update lr-wpan plans)
Line 8: Line 8:
 
* [http://www.arnetminer.net/viewpub.do?pid=1124448 This work] did some additional work on the ns-2 model.
 
* [http://www.arnetminer.net/viewpub.do?pid=1124448 This work] did some additional work on the ns-2 model.
 
* more description of the ns-2 implementation is [http://www.ee.washington.edu/research/funlab/802_15_4/ here]
 
* more description of the ns-2 implementation is [http://www.ee.washington.edu/research/funlab/802_15_4/ here]
 +
 +
=== Next steps ===
 +
 +
June 2011 goals:
 +
 +
# test that CSMA backoff works correctly
 +
# implement the receive-side interference handling in the Phy
 +
# adapt AODV to work on this network type
 +
# write a small non-sockets-based traffic generator and sink

Revision as of 16:26, 7 June 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.

Some initial code is available at http://code.nsnam.org/tomh/ns-3-lr-wpan/. Please see src/lr-wpan/doc/lr-wpan.rst 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.

  • 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

June 2011 goals:

  1. test that CSMA backoff works correctly
  2. implement the receive-side interference handling in the Phy
  3. adapt AODV to work on this network type
  4. write a small non-sockets-based traffic generator and sink