| | 1 | = Welcome to Libmac = |
| | 2 | |
| | 3 | The '''libmac''' library is designed for the NSF '''[http://www.orbit-lab.org ORBIT ]''' Testbed Project. it is a user-space C library that provides applications with an API for, |
| | 4 | * Injection and capture of MAC layer frames. |
| | 5 | * Manipulation of a subset of wireless interface parameters at both aggregate and per-frame granularity levels. |
| | 6 | * Communication of a subset of wireless interface parameters from one end of a network connection to the other, on a per-frame granularity level. |
| | 7 | |
| | 8 | Manipulation and communication of wireless interface parameters, was achieved by modifying open-source Linux device drivers for atheros and Intel a/b/g 802.11 cards. |
| | 9 | |
| | 10 | == Starting Points == |
| | 11 | |
| | 12 | == For Experimenters == |
| | 13 | |
| | 14 | == For Developers == |
| | 15 | * [wiki:OTG/FuncSpec Function Specifications] |
| | 16 | * Check out source using [http://www.subversion.org subversion] at http://svn.orbit-lab.org/svn/orbit/otg/trunk. [[BR]] |
| | 17 | * [wiki:OTG/DebugNote Debugging Notes] |