close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 8 and Version 9 of WiMAX/30/02


Ignore:
Timestamp:
May 6, 2011, 11:32:26 AM (13 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/02

    v8 v9  
    33Collects Wimax radio link parameters with corresponding GPS coordinates on the client and sends to OML server.
    44The following parameters are recorded and sent to the OML server: Center frequency, RSSI, CINR, Transmit power, Time from GPS, Latidute, Longitude, Altitude.
    5 The source code is available at [source:/wimax_client/trunk]
    65
    76== Software Requirements ==
     
    12113. ''gpsd'': GPS service daemon running locally. Information on ''gpsd'' can be found on http://gpsd.berlios.de/
    1312
    14 4. ''wimax_gps_oml2'': Wimax measurement application.
     134. ''wimax_gps_oml2'': Wimax measurement application. The application's source code is available at [source:/wimax_client/trunk]. To compile from the source, use the ''makefile'' or enter the following:
     14{{{
     15gcc -loml2 -lgps wimax_gps_oml2_main.c libiWmxSdk.so lwimaxcu.a -o wimax_gps_oml2
     16}}}
     17
    1518
    1619== Hardware Requirements ==