Changes between Version 19 and Version 20 of 802.11/wlan_exp


Ignore:
Timestamp:
Jan 13, 2017, 1:15:53 PM (7 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp

    v19 v20  
    55The 802.11 Reference Design implements a Python framework for running experiments with multiple nodes under the control of a host PC. This framework enables low-level visibility and control of MAC and PHY behaviors in real-time without interfering with the real-time operation of the wireless interfaces. The experiment framework is called '''wlan_exp'''.
    66
    7 == Resources ==
     7== Event Log ==
     8
     9A key feature of the wlan_exp framework is the event log maintained at every 802.11 Reference Design node. This log contains entries for every Tx and Rx event, plus node-level details recorded by the MAC applications. The Python framework provides tools to retrieve log data from nodes and to process the log data for experiment analysis.
     10
     11Please refer to the [wiki:./log wlan_exp Log] page for more details.
     12
     13== Additional wlan_exp Resources ==
    814Please refer to the pages below for wlan_exp documentation.
    915 * '''[wiki:./GettingStarted Getting Started Guide]'''
    1016 * '''[wiki:./examples Example Scripts]'''
    11  * '''[wiki:./bss Basic Service Set (BSS) Documentation]'''
     17 * '''[wiki:./bss Creating networks via BSS Configurations]'''
    1218 * '''[wiki:./log Node Event Log Documentation]'''
    1319 * '''[//docs/mango-wlan-exp wlan_exp Python Package Documentation]