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.
- Timestamp:
-
Apr 17, 2012, 4:11:25 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
125 | 125 | |
126 | 126 | * 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''' |
128 | 128 | {{{ |
129 | 129 | RUN EXPERIMENT HERE |
… |
… |
|
135 | 135 | |
136 | 136 | The 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"''' |
138 | 138 | {{{ |
139 | 139 | TABLES |
… |
… |
|
141 | 141 | |
142 | 142 | The 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"''' |
144 | 144 | {{{ |
145 | 145 | TABLES |
146 | 146 | }}} |
147 | 147 | |
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). |
| 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).[[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. |