Changes between Version 52 and Version 53 of WANMAC


Ignore:
Timestamp:
Jul 24, 2006, 12:23:02 PM (18 years ago)
Author:
varunnayyar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v52 v53  
    9494
    9595Latest Revision Header File : [source:/ResearchApps/MAC/WANMAC/Basestation/basestation.h basestation.h] and [source:/ResearchApps/MAC/WANMAC/Subscriber/substation.h substation.h]
     96
     97Hardware Related Base Station Header File : [source:/ResearchApps/MAC/WANMAC/Basestation/hardware.h hardware.h]
     98
     99Hardware Related Subscriber Station Header File : [source:/ResearchApps/MAC/WANMAC/Subscriber/hardware.h hardware.h]
    96100
    97101Note: This code relies on many external dependencies and will not compile on traditional architectures.
     
    306310== Hardware Related Funtions ==
    307311
     312Base Station Hardware Initialization
     313
     314[source:/ResearchApps/MAC/WANMAC/Basestation/hardware.h@305#L51 InitializeHW]
     315For the Base Station, this is the main function resposnsible for initialization of the hardware and setting up the warp boards for usage.
     316This is a well commented funtion, highlighting the various steps involved. It initializes the LEDs and the push buttons on the board.
     317It configures the device in the loopback mode and sets all the necessary options. It also registers the interrupt handlers and various
     318timers. It can either accept hard coded gain values or use the AGC depending on the harware compatibily. It does the OFDM transmitter
     319and receiver initialization. 
     320
     321[source:/ResearchApps/MAC/WANMAC/Subscriber/hardware.h@305#L51 InitializeHW]
     322This is the same as the above function, it simply does all the things mentioned with the Subscriber Station board.
     323
     324
    308325== Important Tips ==
    309326