[[TracNav(OFDMReferenceDesign/TOC)]] = OFDM Reference Design - Wireless/Wired Bridge = This 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. There is '''no''' medium access control protocol; every packet is transmitted wirelessly immediately, and no retransmissions or ACKs are generated. [[Image(OFDMReferenceDesign/Applications/Files:nomac_blockDiagram.png, 600)]] == Requirements == * 2 WARP SISO or MIMO kits * 2 PCs with Ethernet interfaces == Setup == 1. Connect each WARP node directly to the Ethernet interface of the PCs 1. Configure the PC Ethernet interfaces with IP address on the same subnet (10.0.0.1 and 10.0.0.2, for example) 1. Generate the FPGA configuration file for the design using the OFDM Reference Design project and the noMAC software project 1. Configure both WARP nodes using the same download.bit 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 == Code == The 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. == Benchmarks == Detailed [wiki:OFDMReferenceDesign/Applications/Bridge/Benchmarks/v14 benchmarks] are available for the latest (v14) reference design's noMac implementation.