Changes between Version 12 and Version 13 of WARPLab/QuickStart


Ignore:
Timestamp:
Mar 14, 2013, 3:15:01 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/QuickStart

    v12 v13  
    55=== System Requirements ===
    66 * Review the [wiki:../Requirements WARPLab 7 System Requirements]
    7 
    8 === pnet Toolbox ===
    9  1. Install the updated pnet IP/UDP toolbox for MATLAB
    10   1. Checkout the source from [source:/PlatformSupport/pnet /PlatformSupport/pnet] (or {{{svn co http://warpproject.org/svn/WARP/PlatformSupport/pnet}}})
    11     * The repository contains a compiled binary for Windows 7 64-bit
    12     * For other platforms, compile the pnet mex function
    13   1. Add the pnet folder to your MATLAB path. The pnet folder should contain pnet.m and th pnet.mex binary (i.e. pnet.mexw64)
    14   1. Verify pnet is recognized by running {{{pnet('version');}}} on the MATLAB command line. The output should print the version number (currently 2.0.6d)
    157
    168=== WARPLab 7 Framework ===
     
    3325 1. Confirm everything is ready by running {{{wl_initNodes(N)}}}, where N is the number of WARP v3 nodes
    3426 1. Try one of the example scripts in {{{M_Code_Examples}}}
     27
     28
     29=== Optional: pnet Toolbox ===
     30By default, WARPLab will use built-in java routines for performing network I/O. pnet, a custom UDP mex toolbox for matlab, is also supported, but the latest version is required. If you want to use pnet, please perform the following steps:
     31 1. Install the updated pnet IP/UDP toolbox for MATLAB
     32  1. Checkout the source from [source:/PlatformSupport/pnet /PlatformSupport/pnet] (or {{{svn co http://warpproject.org/svn/WARP/PlatformSupport/pnet}}})
     33    * The repository contains a compiled binary for Windows 7 64-bit
     34    * For other platforms, compile the pnet mex function
     35  1. Add the pnet folder to your MATLAB path. The pnet folder should contain pnet.m and th pnet.mex binary (i.e. pnet.mexw64)
     36  1. Verify pnet is recognized by running {{{pnet('version');}}} on the MATLAB command line. The output should print the version number (currently 2.0.6d)