Changes between Version 42 and Version 43 of GEC21Agenda/iMinds


Ignore:
Timestamp:
10/20/14 16:27:24 (10 years ago)
Author:
pieter.becue@intec.ugent.be
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/iMinds

    v42 v43  
    259259Start an iPerf server instance (UDP in this case) on the AP:
    260260{{{
    261 $ iperf -s -u -i 1 &
     261$ iperf -s -u -i 1
    262262}}}
    263263
    264264Configure the iPerf client (on the robot):
    265265{{{
    266 $ iperf -u -c 192.168.X.1 -b 30M -i 1 -t 6000
     266$ iperf -u -c 192.168.X.1 -b 30M -i 1 -t 6000 &
     267}}}
     268
     269On the server, you should see some output like below:
     270
     271{{{
     272#!html
     273<img src="http://doc.ilabt.iminds.be/ilabt-documentation/_images/geni/iperfserver.png" width="653" />
    267274}}}
    268275