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


Ignore:
Timestamp:
Jun 27, 2012, 2:02:56 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

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

    v18 v19  
    212212
    213213{{{
    214 $ wget -O status http://localhost:5052/instr/set?portA=1\&portB=2\&att=20
     214$ wget -qO- http://localhost:5052/instr/set?portA=1\&portB=2\&att=20
    215215}}}
    216216
     
    218218
    219219{{{
    220 $ wget -O status http://localhost:5052/instr/get?portA=1\&portB=8
     220$ wget -qO- http://localhost:5052/instr/get?portA=1\&portB=8
    221221}}}
    222222
     
    224224
    225225{{{
    226 $ wget -O status http://localhost:5052/instr/status
    227 }}}
     226$ wget -qO- http://localhost:5052/instr/status
     227}}}