Changes between Version 11 and Version 12 of Internal/WiMax


Ignore:
Timestamp:
Apr 27, 2011, 6:44:37 PM (13 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMax

    v11 v12  
    55
    66== Software Requirements ==
    7 1. ''oml2-server'': OML measurement collection server. Note: this server may be locally installed on the mobile.
     71. ''wimaxcu'' : Wimax radio utility. Must be installed on machine to operate wimax radio.
    88
    9 2. ''gpsd'': GPS service daemon running locally. Information on ''gpsd'' can be found on http://gpsd.berlios.de/
     92. ''oml2-server'': OML measurement collection server. Note: this server may be locally installed on the mobile.
    1010
    11 3. ''wimax_gps_oml2'': Wimax measurement application.
     113. ''gpsd'': GPS service daemon running locally. Information on ''gpsd'' can be found on http://gpsd.berlios.de/
     12
     134. ''wimax_gps_oml2'': Wimax measurement application.
    1214
    1315== Hardware Requirements ==
     
    1618== Installation / setup procedures ==
    17191. Edit the '''/etc/apt/sources.list''' and add the following line:
    18     {{{
    19     deb http://packages.orbit-lab.org/ubuntu jaunty main
    20     deb http://pkg.mytestbed.net/ubuntu maverick/
    21     }}}
     20{{{
     21deb http://packages.orbit-lab.org/ubuntu jaunty main
     22deb http://pkg.mytestbed.net/ubuntu maverick/
     23}}}
    2224
    23252. Update information based on the changed sources.list.
    24     {{{
    25      sudo apt-get update
    26     }}}
     26{{{
     27sudo apt-get update
     28}}}
    2729
    28 3. Install the Wimax measurement application (wimax_gps_oml2) and the GPS Daemon (gpsd)
    29     {{{
    30      sudo apt-get install wimax-gps-oml2
    31     }}}
     303. Install the wimaxcu utility if not already installed, then reboot the machine
     31{{{
     32sudo apt-get install wimaxcu-1.0
     33reboot
     34}}}
    3235
    33 4. If measurements are to be collected locally install the oml2-server otherwise this step may be skipped.
    34     {{{
    35      sudo apt-get install oml2-server
    36     }}}
     364. Run the following commands to start wimax daemon service, and operate wimax radio
     37{{{
     38wimaxd -i wxm0 -b
    3739
    38 5. Attach GPS receiver to mobile. At this point please refer to http://gpsd.berlios.de/troubleshooting.html and verify that GPS is able to send data and also able to talk to ''gpsd''.
     40wimaxcu ron
     41wimaxcu scan
     42wimaxcu connect network 51
     43}}}
     44
     455. Install the Wimax measurement application (wimax_gps_oml2) and the GPS Daemon (gpsd)
     46{{{
     47sudo apt-get install wimax-gps-oml2
     48}}}
     49
     506. If measurements are to be collected locally install the oml2-server otherwise this step may be skipped.
     51{{{
     52sudo apt-get install oml2-server
     53}}}
     54
     557. Attach GPS receiver to mobile. At this point please refer to http://gpsd.berlios.de/troubleshooting.html and verify that GPS is able to send data and also able to talk to ''gpsd''.
    3956
    4057