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 4 and Version 5 of WiMAX/30/06


Ignore:
Timestamp:
Apr 17, 2012, 4:11:25 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/06

    v4 v5  
    125125
    126126* Now run the experiment script:
    127   * '''$ omf-5.2 exec mclient.rb -- --nClients 4 --packetsize 512 --bitrate 1024000'''
     127  * '''$ omf-5.2 exec mclient.rb -- --nClients 6 --packetsize 512 --bitrate 1024000'''
    128128{{{
    129129RUN EXPERIMENT HERE
     
    135135
    136136The following will display the tables in the file:[[BR]]
    137 * '''$ sqlite3 udp_n4_p512_br1024000.sq3 ".tables"'''
     137* '''$ sqlite3 udp_n6_p512_br1024000.sq3 ".tables"'''
    138138{{{
    139139TABLES
     
    141141
    142142The following will display the contents of the udp_otr2_in table:[[BR]]
    143 * '''$ sqlite3 -header udp_n4_p512_br1024000.sq3 "select * from otr2_udp_in"'''
     143* '''$ sqlite3 -header udp_n6_p512_br1024000.sq3 "select * from otr2_udp_in"'''
    144144{{{
    145145TABLES
    146146}}}
    147147
    148 For a rough calculation on bandwidth... each line in otr2_udp_in display data pertinent to a client node (identified by the IP address in column 17) with the correspond time stamps (column 4), packet received (column 14).
     148For a rough calculation on bandwidth... each line in otr2_udp_in display data pertinent to a client node (identified by the IP address in column 17) with the correspond time stamps (column 4), packet received (column 14).[[BR]]
     149* Also note that the measurements are strictly dependent on the wimax base station configuration and the attenuator settings. Please refer to '''Set Up''' section above for more details.