Changes between Version 16 and Version 17 of WARPnet1


Ignore:
Timestamp:
Feb 12, 2014, 11:15:22 AM (10 years ago)
Author:
murphpo
Comment:

Reverted to version 15.

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1

    v16 v17  
    1 {{{#!comment
    2 [[Include(wiki:WARPnet/version-note)]]
    3 }}}
    4 
    51[[TracNav(WARPnet/TOC)]]
    62
    7 = WARPnet 2 Experiment Framework =
     3= WARPnet Measurement Framework =
    84
    9 WARPnet is a framework for running experiments in real-time using WARP hardware. These pages describe the general architecture of WARPnet. The actual usage of WARPnet depends on your design. For example for experiments with the [wiki:802.11 802.11 Reference Design] refer to that design's [wiki:802.11/wlan_exp wlan_exp warpnet module].
     5An important part in wireless algorithm evaluation is gathering data on its performance. On one end of the spectrum, doing this in non-real-time but with a fine grained view is possible with [wiki:WARPLab WARPLab]. On the other end of the spectrum, gather aggregate data is possible by the node storing the information and it being read by a terminal viewer. To truly evaluate the algorithm at a network level, is considerably more difficult, especially as the size of the network grows. To tackle this problem we developed the WARPnet Testing Framework that is able to communicate with a network of nodes, conduct pre-defined experiments and gather data in real-time for analysis.
    106
    11 == Architecture ==
     7The system connects to all the nodes in the network over an Ethernet link. This serves as the control data conduit. The nodes themselves respond to certain pre-formatted packets from the network and either take action on a control packet or respond to a request of information. This information is collated and spread to the appropriate controllers or scripts that are connected to the system. The user controls the node behavior and the script itself while the system will ensure that data is correctly routed to the nodes and controllers.
     8
     9By default the WARPnet Testing Framework is integrated into the [wiki:OFDMReferenceDesign OFDM Reference Design]. It can be integrated into any custom system developed. In addition, the Framework can control an [wiki:Azimuth Azimuth ACE 400WB Wireless Channel Emulator] for which code examples can be found [wiki:WARPnet/AzimuthSupport here].
     10
     11[[Image(wiki:WARPnetFramework/Files:Architecture.jpg)]]