Changes between Version 5 and Version 6 of OFDMReferenceDesign/Applications/Characterization


Ignore:
Timestamp:
Jun 26, 2009, 3:15:14 PM (15 years ago)
Author:
rpl1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/Characterization

    v5 v6  
    2222
    2323=== OFDM Reference Design Code ===
    24 
    2524__Summary:__ The following extensions to the OFDM Reference Design expand node control by allowing a server to relay requests to warpnodes. The requests are sent as different struct types. These structs will set board parameters to certain values using Command and Traffic structs, and command (command structs) the board to stop and start transmissions, as well as request data (stat structs) about the transmission. This model places the boards in a state where data for wireless transmission is locally created instead of taken from the Ethernet.
    2625
     
    5049}}}
    5150
    52 Struct containing traffic paramters for a node:
     51Struct containing traffic parameters for a node:
    5352{{{
    5453typedef struct {
     
    336335
    337336
     337
     338
    338339=== Dumb Server Code ===
    339340