Re: [Discuss-gnuradio] Problem with tx path in bbn code

2007-09-26 Thread DiX
Thanks for your reply! Greg Troxel wrote: > > DiX <[EMAIL PROTECTED]> writes: > > We used the receiver much more. Beware that the default flags don't use > the barker code (because it's so cpu intensive), and that you'll have to > turn that on if you want to try to interoperate. > -- Yes,

Re: [Discuss-gnuradio] Problem with tx path in bbn code

2007-09-26 Thread Greg Troxel
DiX <[EMAIL PROTECTED]> writes: > Is there anyone using bbn 802.11 codes? > > I find the tx path cannot output anything to the usrp board. I connect > the packet_transmitter to a file sink by adding two lines in > bbn_80211b_transmit_path.py > " > self.fsink=gr.file_sink(gr.sizeof

[Discuss-gnuradio] Problem with tx path in bbn code

2007-09-26 Thread DiX
Hi guys, Is there anyone using bbn 802.11 codes? I find the tx path cannot output anything to the usrp board. I connect the packet_transmitter to a file sink by adding two lines in bbn_80211b_transmit_path.py " self.fsink=gr.file_sink(gr.sizeof_gr_complex, "Tx.dat") fg