Tijdens de Nederlandse edities van Software Freedom Day in 2007 en 2008 heeft de Nederlandse GNU Radio-specialist Martin Dudok van Heel presentaties en een workshop gegeven over "GNU Radio: Software Radio".
Zie dit video-interview met Martin Dudok van Heel.
Zie ook deze video's welke op YouTube beschikbaar zijn.
"In this experiment, we test data transmission between two USRP. First,
input benchmark_rx python file with proper parameters setting
(./benchmark_rx.py --f 900M) in receiver side. Then, input benchmark_tx
python file with proper parameters setting (./benchmark_tx.py --f 900M)
in transmitter side. You will see the data transmission with packet
number and CRC result output from the command line. "
"In this experiment, we test voice transmission between two USRP. Make
sure both microphone and speaker for two PCs work properly. First,
input rx_voice python file with proper parameters setting
(./rx_voice.py --f 900M) in receiver side. Then, input tx_voice python
file with proper parameters setting (./tx_voice.py --f 900M) in
transmitter side. You will see the voice transmission with packet
number and CRC result in receiver side. You may speak to microphone at
one PC, and hear the voice output from speaker in another PC.
"
" In this experiment, we test TCP/IP connection between two USRP. In
receiver side, we need to open two terminals. In first terminal, input
tunnel.py python file with proper parameters setting (./tunnel.py --f
900M --c 50). In second terminal, configure IP address for receiver PC.
In transmitter side, we also need to open two terminals. In first
terminal, input tunnel.py python file with proper parameters setting
(./tunnel.py --f 900M --c 50). In second terminal, configure IP address
for transmitter PC. Then use ping command to ping between two PC. You
will see the ping result for both PCs."
Software Defined GNUradio interview met Matt Ettus