This is a text file being sent via BBC-FTP. It is expected that it will be sent using stream ID 456. ------------------------------------------------------------------------------- How to run this BBC FTP demo ------------------------------------------------------------------------------- On the Transmitter(s): 1) Run the TX engine using the appropriate configuration file: #> ./usrp tx123.ini or #> ./usrp tx456.ini 2) Run the TX Python program to continuously transmit the data in a loop: #> ./bbc_tx.py -f 461M -i 64 ------------------------------------------------------------------------------- On the Receiver(s): 1) Run the RX Python program long enough to ensure that at least one copy of each message is received in its entirety: #> ./usrp_rx_cfile.py -f 461M -d 32 usrp.srp 2) Run the RX engine: #> ./usrp rx.ini ------------------------------------------------------------------------------- NOTES: 1) The TX Python program is presently hardcoded to read waveform data from the file usrp.srp. 2) Use a frequency that is compatible with the daughtercard in use. The examples above use 461 MHz. 3) The transmitter's interpolation factor must be twice the receiver's decimation factor because the USRP has a 128 MSa/s DAC and a 64 MSa/s ADC. -------------------------------------------------------------------------------