source: ReferenceDesigns/w3_802.11/python/wlan_exp/README

Last change on this file was 6320, checked in by chunter, 5 years ago

1.8.0 release wlan-exp

File size: 1.1 KB
Line 
1802.11 Reference Design Experiments Framework (wlan_exp)
2
3  The 802.11 Reference Design Experiments Framework provides the basic python
4communication structure for interacting with nodes running the Mango Communications
5802.11 Reference Design. The The basic file structure:
6
7  - node.py
8      - wlan_exp Node (WlanExpNode) is a sub-class of a Node and
9        provides the base class for a single node running a version of
10        the 802.11 reference design (either Access Point (AP), Station (STA),
11        or Ad-hoc (IBSS) node)
12  - node_*.py
13      - Sub-class of WlanExpNode to implement features specific to roles
14        of an 802.11 node.  Currently, the framework supports Access Points
15        (AP), Stations (STA), or Ad-hoc (IBSS) nodes.
16  - cmds.py
17      - Python definitions for each command that is communicated between
18        the python node and the 802.11 node.
19  - info.py
20      - Python definitions for information structures used to communicate
21        data between the host and the node.
22  - util.py
23      - Top level utility functions used to interact with multiple nodes
24
25
26Top Level Scripts:
27  - None
28
Note: See TracBrowser for help on using the repository browser.