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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/Bridge

    v5 v6  
    1 == OFDM Reference Design - Wireless/Wired Bridge ==
     1[[TracNav(OFDMReferenceDesign/TOC)]]
     2
     3= OFDM Reference Design - Wireless/Wired Bridge =
    24
    35This simple application uses the OFDM Reference Design to build a wired-to-wireless bridge. 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. 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.
     
    79[[Image(OFDMReferenceDesign/Applications/Files:nomac_blockDiagram.png, 600)]]
    810
    9 === Requirements ===
     11== Requirements ==
    1012 * 2 WARP SISO or MIMO kits
    1113 * 2 PCs with Ethernet interfaces
    1214
    13 === Setup ===
     15== Setup ==
    1416 1. Connect each WARP node directly to the Ethernet interface of the PCs
    1517 1. Configure the PC Ethernet interfaces with IP address on the same subnet (10.0.0.1 and 10.0.0.2, for example)
     
    1820 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
    1921
    20 === Code ===
     22== Code ==
    2123
    2224The code for this application is provided in [source:/ResearchApps/MAC/NOMAC/noMac.c noMAC.c]. The default OFDM Reference Design project includes noMAC as a software project.