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:
-
Feb 3, 2012, 9:54:02 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
47 | 47 | http://localhost:5052/wimaxrf/listClients |
48 | 48 | }}} |
| 49 | |
| 50 | |
| 51 | = RF Matrix Control Services = |
| 52 | 1. 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 | |
| 58 | 2.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 | |
| 64 | 3.status - to get attenuation on all port pairs |
| 65 | |
| 66 | {{{ |
| 67 | $ wget -O status http://localhost:5052/instr/status |
| 68 | }}} |