Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2

2006-11-27 Thread Eric Blossom
On Mon, Nov 27, 2006 at 05:21:43PM -0800, Rohit Gupta wrote: > Hello, > > I am trying to install Gnuradio-3.0.2 on 2.6.9-22 Enterprise Linux running > on x86 platform. I installed the following dependencies > > boost_1_33_1cppunit-1.10.2 fftw-3.1.2sdcc-2.6.0 > cppunit-1.10.0numpy-1.0

Re: [Discuss-gnuradio] Python code documentation

2006-11-27 Thread Chris Stankevitz
Chris Stankevitz wrote: Where can I find documentation on the python portion of gnuradio? i notice that the .py files have doxygen markups, but I can only find c++ documentation in places like this: http://www.gnu.org/software/gnuradio/doc/index.html This site documents some of the GNU Radio

Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2

2006-11-27 Thread George Nychis
They may have installed to somewhere not in your sys.path do this: python import sys print sys.path and make sure those got installed in one of those paths I also initially had problems with this... wxpython and gnuradio python modules were being installed to /usr/local rather than /usr Give

Re: [Discuss-gnuradio] Scanning/Detecting Wifi

2006-11-27 Thread Dan Halperin
I found that I can see a lot of structured noise on, e.g., the frequency 2.467G (802.11b channel 6) using my RFX2400 and the usrp_oscope script in the gnuradio-examples/python/usrp directory. That gives me good indication that the board works. Also, if you have two boards, run usrp_siggen on one a

Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2

2006-11-27 Thread Rohit Gupta
Hi George, I did install the three wxpython rpms from www.wxpython.org. wxPython2.6-devel-gtk2-ansi-2.6.3.3-rh9_py2.3 wxPython2.6-gtk2-ansi-2.6.3.3-rh9_py2.3 wxPython-common-gtk2-ansi-2.6.3.3-rh9_py2.3 Rohit - Original Message - From: "George Nychis" <[EMAIL PROTECTED]> To: "Rohit G

Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2

2006-11-27 Thread George Nychis
Hey, You need wxpython: http://www.wxpython.org/ I am not familiar with Enterprise Linux and the kind of package managers it has... but thats the package you need to create the python module. - George Rohit Gupta wrote: Hello, I am trying to install Gnuradio-3.0.2 on 2.6.9-22 Enterprise L

[Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2

2006-11-27 Thread Rohit Gupta
Hello, I am trying to install Gnuradio-3.0.2 on 2.6.9-22 Enterprise Linux running on x86 platform. I installed the following dependencies boost_1_33_1cppunit-1.10.2 fftw-3.1.2sdcc-2.6.0 cppunit-1.10.0numpy-1.0 swig-1.3.29 wxPython2.6-devel-gtk2-ansi-2.6.3.3-rh9_py2.3 wxPython

[Discuss-gnuradio] Detecting/Scanning Bluetooth

2006-11-27 Thread Ravi Kiran Yellepeddy
Hello, I am looking to scan/detect a bluetooth device using RFX2400 USRP board. can i find any such example to run? . i just want to make sure that my board is working by running such examples thanks, Ravi ___ Discuss-gnuradio mailing list Discuss-

[Discuss-gnuradio] Scanning/Detecting Wifi

2006-11-27 Thread Ravi Kiran Yellepeddy
Hello, I am looking to scan/detect a Wifi using RFX2400 USRP board. can i find any such example to run . i just want to make sure that my board is working by running such examples thanks, Ravi ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu

[Discuss-gnuradio] Python code documentation

2006-11-27 Thread Chris Stankevitz
Hi, Where can I find documentation on the python portion of gnuradio? i notice that the .py files have doxygen markups, but I can only find c++ documentation in places like this: http://www.gnu.org/software/gnuradio/doc/index.html Thanks! Chris ___

Re: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-11-27 Thread Eric Blossom
On Mon, Nov 27, 2006 at 07:05:26PM +0800, Jeremy Chew wrote: > Hi, > > I've tried the IP tunnelling example in > gnuradio-examples-0.7/python/gmsk2/tunnel_ip_null_mac.py and it seems to > work fine. > > I've since been modifying the IP tunnelling example to use my MAC in place > of null_mac. I

Re: [Discuss-gnuradio] Q from a novice user in Japan

2006-11-27 Thread Mamoru Yamamoto
Dear Colleagues, Yesterday I re-installed the "epydoc" from the subversion repository of epydoc, and tried formatting the GNUradio python libraries. epydoc version would be 3.0, I suppose. The result was much better than before. Though I met some errors, I could generate useful HTMLs with wh

[Discuss-gnuradio] Ubuntu Dapper to Edgy upgrade

2006-11-27 Thread Robert McGwier
This worked seamlessly here on all machines: http://www.debianadmin.com/upgrade-ubuntu-dapper-to-ubuntu-edgy-eft.html Bob -- AMSAT Director and VP Engineering. Member: ARRL, AMSAT-DL, TAPR, Packrats, NJQRP, QRP ARCI, QCWA, FRC. ARRL SDR WG Chair "If you board the wrong train, it is no use runni

RE: [Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-11-27 Thread Tom Rondeau
> -Original Message- > From: [EMAIL PROTECTED] [mailto:discuss- > [EMAIL PROTECTED] On Behalf Of Jeremy Chew > Sent: Monday, November 27, 2006 6:05 AM > To: Discuss-gnuradio@gnu.org > Subject: [Discuss-gnuradio] Problem with my modified IP tunnelling example > > Hi, > > I've tried the IP

[Discuss-gnuradio] Problem with my modified IP tunnelling example

2006-11-27 Thread Jeremy Chew
Hi, I've tried the IP tunnelling example in gnuradio-examples-0.7/python/gmsk2/tunnel_ip_null_mac.py and it seems to work fine. I've since been modifying the IP tunnelling example to use my MAC in place of null_mac. I have fixed the code to use the new MAC in the form of a C++ extension.