Changes between Version 71 and Version 72 of WANMAC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WANMAC

    v71 v72  
    120120When the MAC program is executed, it sets up the external devices that must be used ([source:/ResearchApps/MAC/ACKMAC/src/ackmac.c@211#L890 Ethernet], [source:/ResearchApps/MAC/ACKMAC/src/ackmac.c@211#L1128 Radio and PHY], and [source:/ResearchApps/MAC/ACKMAC/src/ackmac.c@211#L1297 Automatic Gain Control]).
    121121
     122==  ==
     123
     124==  ==
     125
    122126== Typedefs ==
    123127
     
    155159as for newly added subscriber ids. So far we are not using this, as this is used for Network Entry Protocol.
    156160
     161==  ==
    157162
    158163'''Base Station'''
     
    193198==  ==
    194199
     200==  ==
    195201
    196202'''Subscriber Station'''
     
    295301to and from each of the subscribers. If it does not receive anything on the Uplink, like in the Inital Stage it enters a '''Map-Sending''' stage. In
    296302that stage it simple transmits a Map after regular intervals, till it receives something from the Uplink.
     303
     304==  ==
     305
     306==  ==
    297307
    298308== Subscriber Station Functions ==
     
    349359
    350360
     361==  ==
     362
     363==  ==
     364
    351365== Common Functions ==
    352366
     
    384398This function is called when u want to clear an already set timer. If an event happens before the desired end
    385399time for that event, then we can call this function to prevent the timer from going off unnecessarily.
     400
     401==  ==
     402
     403==  ==
    386404
    387405== Hardware Related Funtions ==
     
    399417This is the same as the above function, it simply does all the things mentioned with the Subscriber Station board.
    400418
     419==  ==
     420
     421==  ==
    401422
    402423== Important Tips ==