Changes between Version 4 and Version 5 of WARPnet1/Installation


Ignore:
Timestamp:
Jun 19, 2010, 2:34:56 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v4 v5  
    1919== Installing the Framework ==
    2020
    21 The 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.
     21The 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
    2222
    23  1. Download the WARPnet Framework folder and store it anywhere on your computer. Note the absolute path to it as it will be important later.
    24  1. Download `warpnet_client_experiment_structs.py` and `experiment.py`. These are an example definitions file and example script that work with OFDM Reference Design v15.
     23 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.
     24 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].
    2525
    2626=== Running the server ===