Changes between Initial Version and Version 1 of OFDMReferenceDesign/Applications/Bridge


Ignore:
Timestamp:
Jun 18, 2009, 3:49:36 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/Bridge

    v1 v1  
     1== OFDM Reference Design - Wireless/Wired Bridge ==
     2
     3This 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. In this application, the WARP nodes have no MAC or IP addresses. Both nodes run the same program.
     4
     5[[Image(OFDMReferenceDesign/Applications/Files:nomac_blockDiagram.png)]]
     6
     7=== Code ===
     8
     9The 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.