Changes between Version 11 and Version 12 of Internal/WiMax
- Timestamp:
- Apr 27, 2011, 6:44:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WiMax
v11 v12 5 5 6 6 == Software Requirements == 7 1. '' oml2-server'': OML measurement collection server. Note: this server may be locally installed on the mobile.7 1. ''wimaxcu'' : Wimax radio utility. Must be installed on machine to operate wimax radio. 8 8 9 2. '' gpsd'': GPS service daemon running locally. Information on ''gpsd'' can be found on http://gpsd.berlios.de/9 2. ''oml2-server'': OML measurement collection server. Note: this server may be locally installed on the mobile. 10 10 11 3. ''wimax_gps_oml2'': Wimax measurement application. 11 3. ''gpsd'': GPS service daemon running locally. Information on ''gpsd'' can be found on http://gpsd.berlios.de/ 12 13 4. ''wimax_gps_oml2'': Wimax measurement application. 12 14 13 15 == Hardware Requirements == … … 16 18 == Installation / setup procedures == 17 19 1. Edit the '''/etc/apt/sources.list''' and add the following line: 18 19 20 21 20 {{{ 21 deb http://packages.orbit-lab.org/ubuntu jaunty main 22 deb http://pkg.mytestbed.net/ubuntu maverick/ 23 }}} 22 24 23 25 2. Update information based on the changed sources.list. 24 25 26 26 {{{ 27 sudo apt-get update 28 }}} 27 29 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 }}} 30 3. Install the wimaxcu utility if not already installed, then reboot the machine 31 {{{ 32 sudo apt-get install wimaxcu-1.0 33 reboot 34 }}} 32 35 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 }}} 36 4. Run the following commands to start wimax daemon service, and operate wimax radio 37 {{{ 38 wimaxd -i wxm0 -b 37 39 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''. 40 wimaxcu ron 41 wimaxcu scan 42 wimaxcu connect network 51 43 }}} 44 45 5. Install the Wimax measurement application (wimax_gps_oml2) and the GPS Daemon (gpsd) 46 {{{ 47 sudo apt-get install wimax-gps-oml2 48 }}} 49 50 6. If measurements are to be collected locally install the oml2-server otherwise this step may be skipped. 51 {{{ 52 sudo apt-get install oml2-server 53 }}} 54 55 7. 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''. 39 56 40 57