Changes between Version 24 and Version 25 of Old/Libmac


Ignore:
Timestamp:
Jun 27, 2006, 1:28:52 AM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Libmac

    v24 v25  
    8383Quite obviously, the first stage of development of this framework is for the lowest module that needs to be able to transmit and capture raw MAC frames, in addition to providing APIs for interface parameter tuning. An additional requirement of the lowest module is that of appending parameter information to outgoing or incoming frames. The motivation for this requirement stems from the experimental nature of this work and from the interest shown by the research community in cross-layer protocol design. Within the framework, the following figure gives an idea of how the lowest module of the framework can capture raw MAC frames using the packet sockets API.
    8484
    85 [[Image(p2.png)]] [[BR]]
     85[[Image(p2.png,800px)]] [[BR]]
    8686
    8787Though the packet sockets API provides a mechanism using which we can develop this module, it has the following drawbacks: