Changes between Version 21 and Version 22 of CSMAMAC


Ignore:
Timestamp:
Feb 8, 2008, 12:32:16 AM (16 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSMAMAC

    v21 v22  
    250250=== Destination Address ===
    251251
     252In the received packet's [http://warp.rice.edu/WARP_API/struct_macframe.html#o0 Macframe] is a field that corresponds to the destination MAC address of packet. This field can be compared manually to the node's self address, or framework function
     253
     254{{{
     255#!c
     256warpmac_addressedToMe(-)
     257}}}
     258
     259can be used to perform this task.
     260
    252261----
    253262