Changes between Version 7 and Version 8 of Old/OTG/ArchitectureDesign


Ignore:
Timestamp:
Feb 27, 2006, 9:05:30 PM (18 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/OTG/ArchitectureDesign

    v7 v8  
    1 [wiki:WikiStart Orbit] > [wiki:OTG OTG] > Software Architecture Design
     1[[TOC(Documentation/OTG/ArchitectureDesign)]]
    22= OTG Software Architecture Design =
    33''Zhibin Wu''
     
    132132With the help of LibMAC, two physical layer parameters could be extracted from a custom driver:
    133133 * '''RSSI''': Received  Signal Strength Index
    134  * TxRate: Xmit rate indicated in the Signal Field of PLCP header of received packet. for example 55 indicates 5.5Mbps, 540 indicates 54Mbps.
     134 * !TxRate: Xmit rate indicated in the Signal Field of PLCP header of received packet. for example 55 indicates 5.5Mbps, 540 indicates 54Mbps.
    135135=== Measurement Reporting Triggers ===
    136136The OTG has one measurement reporting trigger and OTR has two measurement reporting triggers. In OTG, measurement will report when the Stream is going to call Port->sendPacket()function). It will trigger reporting of four measurements:
     
    164164 * [wiki:Documentation/OTG/FuncSpec/OtgMainProgram Understanding OTG Main Program]
    165165 * [wiki:Documentation/OTG/FuncSpec/OtrMainProgram Understanding OTR Main Program]
    166  * [wiki:OTG/FuncSpec/WritingTrafficGenerators Function Specification: Writing New Traffic Generators]
     166 * [wiki:Documentation/OTG/FuncSpec/WritingTrafficGenerators Function Specification: Writing New Traffic Generators]
    167167 * [wiki:Documentation/OTG/FuncSpec/OmlIntegration Function Specification: OTG/OTR with OML Integration]
    168168 * [wiki:Documentation/OTG/FuncSpec/UserInterface Function Specification: User Interface Design]