wiki:OFDMReferenceDesign/Applications/Bridge

Version 1 (modified by murphpo, 15 years ago) (diff)

--

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.

Code

The code for this application is provided in noMAC.c. The default OFDM Reference Design project includes noMAC as a software project.