Changes between Version 17 and Version 18 of WARPLab/QuickStart


Ignore:
Timestamp:
Mar 29, 2013, 9:54:25 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/QuickStart

    v17 v18  
    6060}}}
    6161
    62 As a more concrete example, the quick start step above that called the command {{{wl_nodeCmd(nodes,'identify');}}}. An equivalent way of issuing this command to the nodes in the network is {{{nodes.wl_nodeCmd('identify');}}}
     62As a more concrete example, consider the quick start step above that called the command {{{wl_nodeCmd(nodes,'identify');}}}. An equivalent way of issuing this command to the nodes in the network is {{{nodes.wl_nodeCmd('identify');}}}
    6363
    6464
    6565=== Jumbo Frames ===
     66The WARP hardware design supports Ethernet packets up to 9000 bytes. Any Ethernet packet larger than 1500 bytes is considered a "jumbo frame" and support for these jumbo frames among consumer NICs and switches is limited.
     67
     68==== Ping Test ====
     69
     70==== WARPLab Test ====
     71
     72==== Known Compatible Hardware ====
     73
     74==== Known Partially Compatible Hardware ====
     75
     76==== Known Incompatible Hardware ====
     77
    6678=== pnet Toolbox ===
    6779By 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. pnet can offer modestly higher performance than the built-in java routines, but the usage of WARPLab is otherwise identical. If you want to use pnet, please perform the following steps: