Difference between revisions of "MIH implementation"

From Nsnam
Jump to: navigation, search
(Completed tasks)
(Completed tasks)
Line 10: Line 10:
  
 
== Completed tasks ==
 
== Completed tasks ==
 
+
By now, the following MIH blocks are implemented:
At this instant, the following functioning blocks are implemented:
+
# An abstract MIH_LINK_SAP and its primitives
# Mih_t
+
# An abstract MIH_SAP and primitives for MIH processing on the local stack only
  
 
== Future tasks ==
 
== Future tasks ==

Revision as of 10:55, 1 November 2008

The goal of this article is to describe the ongoing implementation framework of the emerging 802.21 standard in ns-3. If you arrived here following your high curiosity line, that's great but assure that you have first read a few documents regarding that draft standard.

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

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

Overview

MIH framework in NS-3

API description

Where is what?

Use of smart pointers

Designing choice structures

Completed tasks

By now, the following MIH blocks are implemented:

  1. An abstract MIH_LINK_SAP and its primitives
  2. An abstract MIH_SAP and primitives for MIH processing on the local stack only

Future tasks