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 11 and Version 12 of Old/WiMAX/17/14addClient


Ignore:
Timestamp:
Feb 3, 2012, 9:54:02 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/14addClient

    v11 v12  
    4747http://localhost:5052/wimaxrf/listClients
    4848}}}
     49
     50
     51= RF Matrix Control Services =
     521. set - to set attenuation on given ports pair (example portA=1 , portB=2 attenuation = 20)
     53
     54{{{
     55$ wget -O status http://localhost:5052/instr/set?portA=1\&portB=2\&att=20
     56}}}
     57
     582.get - to get attenuation on given pair of ports
     59
     60{{{
     61$ wget -O status http://localhost:5052/instr/get?portA=1\&portB=8
     62}}}
     63
     643.status - to get attenuation on all port pairs
     65
     66{{{
     67$ wget -O status http://localhost:5052/instr/status
     68}}}