Changes between Version 29 and Version 30 of WARPLab6/Changelog


Ignore:
Timestamp:
Sep 4, 2012, 9:26:36 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6/Changelog

    v29 v30  
    3232 * [wiki:WARPLab/Releases WARPLab Reference M-Code]: M-Code functions that facilitate interaction with WARP nodes directly from MATLAB workspace are provided.
    3333 * [wiki:WARPLab/Releases WARPLab Examples]: M-Code examples that show how to use the WARPLab Reference M-Code are provided.
    34  * [http://warp.rice.edu/bigFiles/tcp_udp_ip_2.0.6b.zip New TCP/IP Toolbox for Matlab Mex] that is responsible for a ~10x speedup in WARPLab. It is highly recommended to switch to this version of pnet. For instructions on how to compile pnet under Windows 7 64-bit, please see [http://warp.rice.edu/forums/viewtopic.php?pid=4363 this forum post].
     34 * [http://warp.rice.edu/bigFiles/tcp_udp_ip_2.0.6b.zip New TCP/IP Toolbox for Matlab Mex] that is responsible for a ~10x speedup in WARPLab. It is highly recommended to switch to this version of pnet. Make sure you [wiki:GettingStarted/WARPv3/Tools have the recommended tools installed]. To compile pnet in Windows 7 64-bit, use the following command:
     35
     36{{{
     37mex -O pnet.c ws2_32.lib -DWIN32
     38}}}
    3539
    3640----