Hello,
I’m trying to find packet loss in a real communication. I’m working with
USRP N210, and I’d like to transmit and receive with benchmark_tx.py and
benchmark_rx.py in OFDM mod.
At the transmitter, using
./benchmark_tx.py -f 2.45G -a “addr=192.168.10.2” -m qpsk
all is OK, because I see the correct FFT at the receiver (using
uhd_fft.py).
When I try to receive using
./benchmark_rx.py -f 2.45G -a “addr=192.168.10.2” -m qpsk
I don’t see the receiver packets or anything else. Sometimes the
terminal returns TIMEOUT.
Could anybody help me?
Thanks a lot!