Changes between Version 1 and Version 2 of OFDMReferenceDesign/Applications/CSMA


Ignore:
Timestamp:
Sep 26, 2009, 11:33:21 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/CSMA

    v1 v2  
    1 == OFDM Reference Design - CSMA MAC Protocol ==
     1[[TracNav(OFDMReferenceDesign/TOC)]]
     2
     3= OFDM Reference Design - CSMA Link =
    24
    35This application uses the OFDM Reference Design to build a wired-to-wireless bridge implementing the CSMA MAC protocol for the over-the-air link. It utilizes two WARP nodes, each connected via Ethernet to a separate PC. Every packet received on the WARP node's Ethernet interface is transmitted over the air, addressed to the other WARP node. Every packet received over the air is copied to the node's Ethernet interface. This bridging "tricks" the two PCs into believing they are connected directly over Ethernet. This application implements the same basic function as the [wiki:OFDMReferenceDesign/Applications/Bridge Bridge] application, but uses a more sophisticated protocol for wireless medium access.
     
    57[[Image(OFDMReferenceDesign/Applications/Files:nomac_blockDiagram.png, 600)]]
    68
    7 === Requirements ===
     9== Requirements ==
    810 * 2 WARP SISO or MIMO kits (analog board in slot 4 optional)
    911 * 2 PCs with Ethernet interfaces
    1012
    11 === Setup ===
     13== Setup ==
    1214 1. Set the DIP switches on the WARP nodes to 0 and 1
    1315 1. Connect each WARP node directly to the Ethernet interface of the PCs
     
    1719 1. When it's working, the PCs will be able to ping each other, stream video (using [wiki:VLCStreaming VLC], for example), or any other point-to-point network application
    1820
    19 === Code ===
    20 
     21== Code ==
    2122The code for this application is provided in [source:/ResearchApps/MAC/CSMAMAC csmaMac.c]. The default OFDM Reference Design project includes CSMAMAC as a software project.