Port tunnel.py from usrp to usrp2

Dear all:

I want to run tunnel.py by USRP2. What sould I do? I trace the tunnel.py
code. Do I modify the portion of USRP initialing?? The usrp_swig.py and
the usrp2.py is different.

The following information is my developmental environment:
OS:Fedora 2.6.27.15-170.2.24.fc10.i686.PAE
Gnu radio: the latest version(I download on 2009.03.02)
Hardware: USRP2

Thanks for your help.

Shih-Shen

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shih-shen Lu wrote:

Hardware: USRP2

Thanks for your help.

Shih-Shen

This should get you started:
http://www.nabble.com/Modifications-in-benchmark_rx.py-for-USRP2-td22234620.html
To warn you - I don’t recall if I got the transmit-side of benchmark
(and therefore tunnel.py) working properly with my USRP2. But you can
see the changes required for talking to a USRP2 instead of USRP1.
Doug


Doug G.
Research Assistant
Communications and Signal Processing Lab
Oklahoma State University
http://cspl.okstate.edu
[email protected]
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJrV2dgfOzzR5bXIgRAnRMAJ9ASslY0wRpBbZvChruNR4yNKKBKQCeKKqI
9Xx5Dg9WJGxqX9oTl/f3gWg=
=3osc
-----END PGP SIGNATURE-----

http://www.nabble.com/Modifications-in-benchmark_rx.py-for-USRP2-td22234620.html

To warn you - I don’t recall if I got the transmit-side of benchmark
(and therefore tunnel.py) working properly with my USRP2. But you can
see the changes required for talking to a USRP2 instead of USRP1.
Doug

Thank you enough.