Changes between Version 8 and Version 9 of WARPnet1/Installation


Ignore:
Timestamp:
Aug 11, 2010, 10:44:44 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v8 v9  
    99 1. Download and install [http://pypi.python.org/pypi/zope.interface#download Zope.interface] from source. The Twisted library depends on this.
    1010 1. WARPnet uses PCAP to communicate with the WARP board directly. To allow the Python-based server/client to access PCAP, the Pcapy module needs to be installed. As WARPnet works with [http://oss.coresecurity.com/projects/pcapy.html Pcapy version 10.5] only, download this to your computer.
    11  1. Before installing Pcapy, it needs to be patched for some WARPnet specific functionality. Download [source:PlatformSupport/WARPnetTestingFramework/release-2.2/patchFile.diff patchFile.diff] from the repository into the Pcapy folder and run the following.
     11 1. Before installing Pcapy, it needs to be patched for some WARPnet specific functionality. Download [source:ResearchApps/Measurement/patchFile.diff patchFile.diff] from the repository into the Pcapy folder and run the following.
    1212{{{
    1313 patch < patchFile.diff
     
    2323The WARPnet Framework is a standalone module that works just like any Python module. However, for now it is not installed into `site-packages` but added to the Python path on a per shell basis. The current stable release is version 2.2
    2424
    25  1. Download the [source:PlatformSupport/WARPnetTestingFramework/release-2.2/warpnet_framework WARPnet Framework folder] and store it anywhere on your computer. Note the absolute path to it as it will be important later.
    26  1. Download [source:PlatformSupport/WARPnetTestingFramework/release-2.2/warpnet_client_experiment_structs.py warpnet_client_experiment_structs.py] and [source:PlatformSupport/WARPnetTestingFramework/release-2.2/experiment.py experiment.py]. These are an example definitions file and example script that work with [wiki:OFDMReferenceDesign OFDM Reference Design v15].
     25 1. Download the [source:ResearchApps/Measurement/warpnet_framework WARPnet Framework folder] and store it anywhere on your computer. Note the absolute path to it as it will be important later.
     26 1. Download [source:ResearchApps/Measurement/examples/TxPower_vs_PER/warpnet_experiment_structs.py warpnet_client_experiment_structs.py] and [source:ResearchApps/Measurement/examples/TxPower_vs_PER/TxPower_vs_PER.py TxPower_vs_PER.py]. These are an example definitions file and example script that work with [wiki:OFDMReferenceDesign OFDM Reference Design v15].
    2727
    2828=== Running the server ===
    2929
    30 Running the server is explained in more detail [wiki:WARPnetFramework/RunningServer here].
     30Running the server is explained in more detail [wiki:WARPnet/RunningServer here].
    3131
    3232=== Setting up a shell for the Client ===