[Discuss-gnuradio] using rsh from a remote host

2011-01-08 Thread Sangho Oh
Hello, If I use rsh from a remote host, gnuradio does not transmit data with following error in the end. "Error: std::bad_alloc" with the rsh script "rsh r...@gnuradiohost '/root/git/uhd/host/build/examples/tx_waveforms' I think this is a shell issue, but anyone know how to fix this? Thanks.

Re: [Discuss-gnuradio] Re: A Humble Request....for allowing to copy Circuit into PCB

2011-01-08 Thread Brian Padalino
Hi Marten, On Sat, Jan 8, 2011 at 6:39 PM, Marten Christophe wrote: > Hello Mr. Ettus, > Do you have any plan to reduce price for USRP1 or release PCB layout for > poor students? So I have a feeling your requests are going to go unanswered, and I don't blame the deaf ears one bit. Here starts s

Re: [Discuss-gnuradio] Re: D-Star with gnuradio?

2011-01-08 Thread Rafael Diniz
Wow, G4GUO is great ham operator Charles Brain. May be he is here in this mailing list, I don't know. Best regards, Rafael Diniz > schrieb Rafael Diniz on 2011-01-09 03:56: > > Hi Patrick, > > Thanks for the answer. > > I know about codec2, but how about what modulation to use? > > I read about

Re: [Discuss-gnuradio] Building gr-uhd: .Tpo file not found/Permission denied

2011-01-08 Thread Josh Blum
Its nothing special, you probably just did sudo make command and got something with root permission. Make sure that your user has permission on all the files, worst case scenario, git clean and rebuild. -josh On 01/08/2011 07:06 PM, Patrick Strasser wrote: > Hello! > > I just tried to build gr-u

[Discuss-gnuradio] Re: D-Star with gnuradio?

2011-01-08 Thread Patrick Strasser
schrieb Rafael Diniz on 2011-01-09 03:56: > Hi Patrick, > Thanks for the answer. > I know about codec2, but how about what modulation to use? > I read about the AOR ARD9000MK2[1] modem, that uses the: > "G4GUO open protocol". > Do you know if is possible to implement this OFDM based one? Unfortuna

[Discuss-gnuradio] Building gr-uhd: .Tpo file not found/Permission denied

2011-01-08 Thread Patrick Strasser
Hello! I just tried to build gr-uhd, and got this error: libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/home/past/src/gnuradio/gnuradio-core/src/lib/runtime -I/home/past/src/gnuradio/gnuradio-core/src/lib/general -I/home/past/src/gnuradio/gnuradio-core/src/lib/general -I/home/past/src/gnur

Re: [Discuss-gnuradio] Re: D-Star with gnuradio?

2011-01-08 Thread Rafael Diniz
Hi Patrick, Thanks for the answer. I know about codec2, but how about what modulation to use? I read about the AOR ARD9000MK2[1] modem, that uses the: "G4GUO open protocol". Do you know if is possible to implement this OFDM based one? Best regards, Rafael Diniz [1] - http://www.aorusa.com/ard9000

Re: [Discuss-gnuradio] Re: How the valve block works

2011-01-08 Thread Don Ward
Patrick Strasser wrote: schrieb Josh Blum am 2011-01-08 05:29: Just found out that the selector block fits my requirements much better. But do I have the same behaviour here again? The valve is implemented with the selector. Thanks. What would be the best way to disable a branch of the

[Discuss-gnuradio] Re: D-Star with gnuradio?

2011-01-08 Thread Patrick Strasser
schrieb Rafael Diniz on 2011-01-08 03:30: > Hi people, > Have anyone successfully built a D-Star transmitter with gnuradio blocks? For the protocol part, see the archives[1]. IMO D-Star is a thing to make money rather than a system to foster independent communication. There are legal, privacy and

[Discuss-gnuradio] pycpuid - cpuid for python

2011-01-08 Thread Josh Blum
You volk guys may be interested in: http://www.bramz.net/projects-code/pycpuid/ -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: A Humble Request....for allowing to copy Circuit into PCB

2011-01-08 Thread Marten Christophe
Hello Mr. Ettus, Do you have any plan to reduce price for USRP1 or release PCB layout for poor students? Kind Regards, On Sun, Dec 12, 2010 at 10:14 PM, Marten Christophe wrote: > Hello Matt, and All, > > Is there possible, you can sell only USRP1 board with all components, only > board no encl

[Discuss-gnuradio] Creating a gr_sync_block subclass in python?

2011-01-08 Thread Holger Freyther
Hi, I would like to convert symbols (1 float) into two bytes. I thought I want to use a gr_sync_block for that (1:1 mapping). Now I would like to do this in python. After looking around, trying things and reading an old thread from october 2006 I come to the conclusion that it is not possible to c

Re:Re: [Discuss-gnuradio] how can I proceed if no message is received?

2011-01-08 Thread Jie Liu
Thanks! I will have a try At 2011-01-09 04:16:26,"Tom Rondeau" wrote: >On Tue, Jan 4, 2011 at 2:19 PM, Jie Liu wrote: >> In GRC, I defined a message queue like below: >>    self.msg_q = gr.msg_queue() >> >> It waits for the USRP transmitter, and read the message received in the USRP >> recei

Re: [Discuss-gnuradio] Re: How the valve block works

2011-01-08 Thread Alexandru Csete
On Sat, Jan 8, 2011 at 6:31 PM, Patrick Strasser wrote: > schrieb Josh Blum am 2011-01-08 05:29: >> >>> Just found out that the selector block fits my requirements much better. >>> But do I have the same behaviour here again? >>> >> >> The valve is implemented with the selector. > > Thanks. > > Wh

Re: [Discuss-gnuradio] gr_qtgui, SWIG. QT Signals and such

2011-01-08 Thread Alexandru Csete
Hi Mike, This is good news. I am looking forward to try it. Click-to-tune will be great addition to hamradio receivers :-) Alex On Sat, Jan 8, 2011 at 8:51 AM, Mike Cornelius wrote: > Hi All, > > Just a quick update to say I've got the QT Signals part working (I can > double click the Frequency

Re: [Discuss-gnuradio] how can I proceed if no message is received?

2011-01-08 Thread Tom Rondeau
On Tue, Jan 4, 2011 at 2:19 PM, Jie Liu wrote: > In GRC, I defined a message queue like below: >    self.msg_q = gr.msg_queue() > > It waits for the USRP transmitter, and read the message received in the USRP > receiver in the local machine, using the code like below: > >         m = tb.msg_q

[Discuss-gnuradio] Re: How the valve block works

2011-01-08 Thread Patrick Strasser
schrieb Josh Blum am 2011-01-08 05:29: > >> Just found out that the selector block fits my requirements much better. >> But do I have the same behaviour here again? >> > > The valve is implemented with the selector. Thanks. What would be the best way to disable a branch of the flow graph, so th