Changes between Version 16 and Version 17 of OFDMReferenceDesign/Applications/Characterization


Ignore:
Timestamp:
Jun 29, 2009, 5:06:25 PM (15 years ago)
Author:
rpl1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/Characterization

    v16 v17  
    326326}}}
    327327
     328Include the callback for management packets
     329{{{
     330        warpmac_setMgmtFromNetworkCallback((void *)mgmtFromNetworkLayer_callback);
     331}}}
     332
    328333Because csmaMac uses randomization to offset packet transmission, the random number generators need to be seeded to different values. Although multiple methods can be used to seed the random number generator, one method uses the xor of the bytes of the node ID with a random clock cycle input and WarpRadio_v1_RSSIData:
    329334{{{