Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis
George Nychis wrote: Hmmm... colors... :) OK, it has a different feel. - George ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] broken copyright form link on trac

2008-10-13 Thread Brett L. Trotter
Just FYI: on the page: http://gnuradio.org/trac/wiki/Development the link to the form (http://www.gnu.org/prep/maintain_6.html) appears to have moved. http://www.gnu.org/prep/maintain/maintain.html#Legally-Significant is about as close as I could find, though it is not a form in and of itself.

Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis
Thanks Josh! I don't think there should be a standard, but I understand why you would want one. There is likely to be 1 for each project, not just 1 for CGRAN. The reason is that we are trying to make it as easy as possible for people to contribute their applications, which others can help

Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread Josh Blum
Very nice. Is there going to be a standard way to use a CGRAN project on my gnuradio system... 2 simultaneous build systems, 1 for cgran, 1 for gnuradio? Many individual build systems, 1 for each cgran project? svn:externals? We have to change the default trac color/theme on at least one of

Re: [Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread brandie
Thanks for your suggestion! It works! Karthik Vijayraghavan wrote: > > after doing "make install" try a sudo /sbin/ldconfig > > Karthik > > On Mon, Oct 13, 2008 at 12:00 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: >> On Mon, Oct 13, 2008 at 11:45:43AM -0700, brandie wrote: >>> >>> I have th

[Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis
Hi all, I am happy to announce the official release of CGRAN: The Comprehensive GNU Radio Archive Network. Summary: CPAN->Perl as CGRAN->GNU Radio. https://www.cgran.org/ (initial release only supports SSL, sorry!) What Is CGRAN? --- The Comprehensive GNU Radio Archive Network (C

Re: [Discuss-gnuradio] Oprofile from a flow graph running on an OMAP3

2008-10-13 Thread Philip Balister
On Sat, Oct 11, 2008 at 11:22 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Sat, Oct 11, 2008 at 02:38:28PM -0400, Philip Balister wrote: >> From gnuradio running on the Beagle. The flow graph is the one I >> posted earlier, except fed real data. >> >> Anyone know what the std::vector >> >::oper

Re: [Discuss-gnuradio] Problem feeding garbage to GNU Radio

2008-10-13 Thread Philip Balister
On Sat, Oct 11, 2008 at 11:14 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Sat, Oct 11, 2008 at 01:04:55PM -0400, Philip Balister wrote: >> On Sat, Oct 11, 2008 at 12:06 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: >> > On Fri, Oct 10, 2008 at 02:59:33PM -0400, Philip Balister wrote: >> >> I'm w

Re: [Discuss-gnuradio] omni-thread problem using multithreading with one thread being GNU Radio

2008-10-13 Thread Eric Blossom
On Mon, Oct 13, 2008 at 09:27:43PM -0400, Brian Padalino wrote: > On Mon, Oct 13, 2008 at 8:08 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > > You'll need to run this under gdb and see what's really triggering the > > problem, then go from there. > > It's come up twice recently, and I think there

Re: [Discuss-gnuradio] omni-thread problem using multithreading with one thread being GNU Radio

2008-10-13 Thread Brian Padalino
On Mon, Oct 13, 2008 at 8:08 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > You'll need to run this under gdb and see what's really triggering the > problem, then go from there. It's come up twice recently, and I think there should be a wiki page about it. Unfortunately, I do not have the expertis

Re: [Discuss-gnuradio] omni-thread problem using multithreading with one thread being GNU Radio

2008-10-13 Thread Eric Blossom
On Mon, Oct 13, 2008 at 08:06:00PM -0400, [EMAIL PROTECTED] wrote: > Eric, > > I created multiple threads in my application, one thread uses GNU Radio > digital > link, the others are for applications. However, every time I stop the digital > link and prepare for reconfiguration, I have this erro

[Discuss-gnuradio] omni-thread problem using multithreading with one thread being GNU Radio

2008-10-13 Thread gef
Eric, I created multiple threads in my application, one thread uses GNU Radio digital link, the others are for applications. However, every time I stop the digital link and prepare for reconfiguration, I have this error: "terminate called after throwing an instance of 'omni-thread_fatal'", the mai

Re: [Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread Karthik Vijayraghavan
after doing "make install" try a sudo /sbin/ldconfig Karthik On Mon, Oct 13, 2008 at 12:00 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Mon, Oct 13, 2008 at 11:45:43AM -0700, brandie wrote: >> >> I have the same problem in 3.1.3. >> I can see all these files but can not link the lib in C++. >

[Discuss-gnuradio] best way to get USRP from Chile

2008-10-13 Thread Hugo Durney W.
Hi all, this is Hugo Durney, teacher and researcher of the Electronics Engineering program at the Technologic Metropolitan University (UTEM) in Santiago de Chile. I'm just starting a research group on GNU Radio with some students in Chile. We are interested in buying the following hardware (tak

Re: [Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread Eric Blossom
On Mon, Oct 13, 2008 at 11:45:43AM -0700, brandie wrote: > > I have the same problem in 3.1.3. > I can see all these files but can not link the lib in C++. A. Did you do a "make install" B. Did you read and follow the instructions here: http://gnuradio.org/trac/wiki/UbuntuInstall#Brokenlibtool

Re: [Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread brandie
I have the same problem in 3.1.3. I can see all these files but can not link the lib in C++. Eric Blossom wrote: > > On Mon, Oct 13, 2008 at 08:28:47AM -0700, brandie wrote: >> >> Hi all! >> >> I have a strange problem to link the libusrp in C++. >> I get some errors like this: >> error w

Re: [Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread Eric Blossom
On Mon, Oct 13, 2008 at 08:28:47AM -0700, brandie wrote: > > Hi all! > > I have a strange problem to link the libusrp in C++. > I get some errors like this: > error while loading shared libraries: libusrp.so.0: cannot open shared > object file: No such file or directory > > I can find all thes

Re: [Discuss-gnuradio] gnuradio-3.1.3 on fedora 6?

2008-10-13 Thread Eric Blossom
On Mon, Oct 13, 2008 at 11:26:18PM +0800, Joreen Tan wrote: > Hi, > > Would like to check, regarding the latest stable version of > gnuradio-3.1.3, will any problem arise if i install in on fedora 6? > sorry, still very new to gnuradio. pardon me if i ask silly > questions. > I don't know.

[Discuss-gnuradio] error while loading shared libraries: libusrp.so.0

2008-10-13 Thread brandie
Hi all! I have a strange problem to link the libusrp in C++. I get some errors like this: error while loading shared libraries: libusrp.so.0: cannot open shared object file: No such file or directory I can find all these files /usrp/host/lib/legacy/.libs/libusrp.lai /usrp/host/lib/legacy/.li

[Discuss-gnuradio] gnuradio-3.1.3 on fedora 6?

2008-10-13 Thread Joreen Tan
Hi, Would like to check, regarding the latest stable version of gnuradio-3.1.3, will any problem arise if i install in on fedora 6? sorry, still very new to gnuradio. pardon me if i ask silly questions. regards _ Easily edit you

[Discuss-gnuradio] Re: two RX paths

2008-10-13 Thread Juha Vierinen
RTFM. gnuradio-examples/python/multi-antenna/multi_file.py Even four channels seems to be possible, using BasicRX, and special firmware. Has anyone successfully done multi_usrp with four channels per USRP? juha On Sun, Oct 12, 2008 at 23:24, Juha Vierinen <[EMAIL PROTECTED]> wrote: > Hi, > > Is

Re: [Discuss-gnuradio] gr-msdd6000/src/run_tests

2008-10-13 Thread Dimitris Symeonidis
it doesn't show anymore, seems to have been stochastic so let's forget about it for now Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Oct 10, 2008 at 11:40, Jim Watson <[EMAIL PROTECTED]> wrote: > On Fri,

[Discuss-gnuradio] error with scopesink.py

2008-10-13 Thread teka yemane
when I run ./scopesink.py or ./scopesink2.py,  it shows the secret data on an oscope and also gives the following error: ** (python:3390): WARNING **: IPP request failed with status 1030 ** (python:3390): WARNING **: IPP request failed with status 1030 does any body know why this error is comin