Date:2010-11-11 14:52:05 (13 years 4 months ago)
Author:Werner Almesberger
Commit:7f9488e156a81da7032dd39dbb9437965741b230
Message:The Great ATSPI Renaming, part 11: TODO update and fix script using a tool

- TODO: changed reference to atspi-txrx to atrf-txrx
- TODO: removed renaming from the list of pending issues
- usrp/step: atspi-txrx is now called atrf-txrx
Files: TODO (2 diffs)
usrp/step (1 diff)

Change Details

TODO
6666- measure throughput as a function of placement/distance, carrier frequency,
6767  and transmit power
6868
69- atspi-txrx: suppport "extended mode" with IEEE 802.15.4 CSMA-CA for more
69- atrf-txrx: suppport "extended mode" with IEEE 802.15.4 CSMA-CA for more
7070  realistic throughput figures
7171
7272- measure full spectrum (ideally up to 25 GHz, but just 2nd and 3rd harmonic
...... 
9292- (atusd) verify SPI signal timing, particularly the data clock
9393
9494
95Bugs to fix
96
97- atrf vs. atspi naming is a bit confusing. Rename atrf hardware to atusb,
98  and maybe the tools from atspi to atrf ?
99
100
10195ccrf
10296====
10397
usrp/step
2121    while [ $c -le $CH_LAST ]; do
2222    echo "Run $run, ch $c (`mhz $c` MHz)" 1>&2
2323        mhz $c | tr '\n' ' ' >>out
24    ( ssh ben ./atspi-txrx -c $c -p 4 $MSG 1500; echo DONE 1>&2; ) &
24    ( ssh ben ./atrf-txrx -c $c -p 4 $MSG 1500; echo DONE 1>&2; ) &
2525    sleep 3
2626    ( ulimit -t 60;
2727      usrp2_rx_cfile.py -d 4 -f `mhz $c`M -g 40 -N 100M tmp; )

Archive Download the corresponding diff file



interactive