[[TOC(Documentation/Topology/*)]] = Topology Control in SB4 = As shown in Figure 1, sandbox 4 consists of 8 nodes and a WiMAX basestation. Both wireless devices (Atheros 5000X mini-PCI card and Intel 6250 mini-PCIe 802.11/802.16) are connected through fixed attenuators to the input/output of the ports of the matrix. Topology is controlled with the [wiki:Documnetation/Topology/aRFControl RF Transceiver Test System] from [http://www.jfwindustries.com JFW Industries] which is a 9 port programmable attenuator based test system. The topology is controlled through the [http://omf.mytestbed.net OMF] based [wiki:Documentation/Services/bInstrumentationControlService Instrumentation AM]. [[Image(SB4.jpg, 600px, link=, align=center)]] Basestation is controlled through [http://omf.mytestbed.net OMF] based [http://wimax.orbit-lab.org/wiki/WiMAX/17#a9.WiMAXRFAggregateManagerService WiMAX RF Aggregate Manager Service] that is running on machine cons-wm-01. Example of topology control (execute on console.sb4): To set attenuation between node1-8 and the BS to 20 dB {{{ wget http://internal2:5052/instr/set?portA=8&portB=9&att=20 }}} Example of wimax control (execute on console.sb4): To turn ARQ on ([http://wimax.orbit-lab.org/wiki/WiMAX/17/01arq#arq-ARQControl ARQ Control] part of wimaxrf AM) {{{ wget http://cons-wm-01:5052/wimaxrf/arq?enable=true }}}