Changes between Version 12 and Version 13 of 802.11/wlan_exp/GettingStarted


Ignore:
Timestamp:
Apr 14, 2014, 9:01:27 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/GettingStarted

    v12 v13  
    3939 1. If the PYTHONPATH window shows any existing 802.11 Reference Design '''Python_Reference''' entries, remove them
    4040 1. Click Add
    41  1. Navigate to the '''wlan_exp''' folder in the expanded reference design archive (for example "C:\work\Mango_802.11_RefDes_v0.9_beta\Python_Reference")
     41 1. Navigate to the '''Python_Reference''' folder in the expanded reference design archive (for example "C:\work\Mango_802.11_RefDes_v0.9_beta\Python_Reference")
    4242 1. Click Select Folder
    4343 1. Click Synchronize, then Yes
    4444 1. Click Close
     45
     46To test whether the path setup was successful, quit and re-launch Spyder. Then in the Spyder Python console, run {{{import wlan_exp}}}. If this runs without error, the wlan_exp package is properly installed.
    4547
    4648== Configure and Connect WARP v3 Nodes ==
     
    9193In our testing the wlan_exp examples that use these packages work in both Python 2.7 and 3.3.
    9294
     95
     96