Changes between Initial Version and Version 1 of Hardware/bDomains/cSandboxes/dSB4


Ignore:
Timestamp:
Aug 17, 2011, 4:15:28 AM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/bDomains/cSandboxes/dSB4

    v1 v1  
     1[[TOC(Documentation/Topology/*)]]
     2
     3= Topology Control in SB4 =
     4
     5As 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.
     6
     7Topology 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].
     8
     9[[Image(SB4.jpg, 600px, link=, align=center)]]
     10
     11Basestation 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.
     12
     13Example of topology control (execute on console.sb4):
     14
     15To set attenuation between node1-8 and the BS to 20 dB
     16{{{
     17    wget http://internal2:5052/instr/set?portA=8&portB=9&att=20
     18}}}
     19
     20Example of wimax control (execute on console.sb4):
     21
     22To turn ARQ on ([http://wimax.orbit-lab.org/wiki/WiMAX/17/01arq#arq-ARQControl ARQ Control] part of wimaxrf AM)
     23{{{
     24    wget http://cons-wm-01:5052/wimaxrf/arq?enable=true
     25}}}