Re: [Discuss-gnuradio] csma_and_agc branch

2017-07-17 Thread Collins, Richard
csma_and_agc# using the correct branch for everything else $ mkdir -p build && cd build && cmake -Wno-dev ../ $ make && sudo make install && sudo ldconfig Thanks, Richard On Sat, Jul 15, 2017 at 9:17 AM, Bastian Bloessl wrote: > Hi Richard

Re: [Discuss-gnuradio] Having Exact Same Problem: Fwd: [USRP-users] USRP X310 with UBX-160 - transmit freezes with certain GNURadio flowgraphs

2017-02-14 Thread Collins, Richard
e that had a harder time keeping up with the noise source block's demands at that rate) showed to not interfere with whether or not this problem would manifest itself. - Rich On Mon, Feb 6, 2017 at 4:58 PM, Collins, Richard < richard.coll...@axenterprize.com> wrote: > Hello, > &

[Discuss-gnuradio] Having Exact Same Problem: Fwd: [USRP-users] USRP X310 with UBX-160 - transmit freezes with certain GNURadio flowgraphs

2017-02-06 Thread Collins, Richard
Hello, I'm having what seems like the same problem as Jimmy reported in the USRP-Users back in November. (see forwarded portion of email, since I wasn't able to find any posts by him in discuss-gnuradio since then). All I'm doing is generating continuous samples (fc32), that goes into a "Rational

[Discuss-gnuradio] PMT C++ example in GNU Radio Manual: UHD Interface

2016-12-12 Thread Collins, Richard
Hello, Something that has tripped me up a couple times when messing around with PMTs is I forget that there's a left-hand argument to pmt::dict_add (especially since the first argument is the pmt dictionary I want to update). Being a little new to this still, it took me a little while to figure ou

Re: [Discuss-gnuradio] PDUs in GNU Radio for UHD USRP Sink

2016-11-16 Thread Collins, Richard
you can go back to looking for > PDU packets on the input port. > > Hope this helps. > > Sean > > You'd have to add a message handler that stashes > > work > > On Thu, Nov 10, 2016 at 9:07 PM, Collins, Richard < > richard.coll...@axenterprize.com> wro

Re: [Discuss-gnuradio] PDUs in GNU Radio for UHD USRP Sink

2016-11-16 Thread Collins, Richard
PMT_T); Glad it was something this small. Easy to overlook! - Rich On Thu, Nov 10, 2016 at 9:07 PM, Collins, Richard < richard.coll...@axenterprize.com> wrote: > Hello, > > I'm having trouble figuring out how to correctly send PDUs to the UHD USRP > Sink. It's my unde

[Discuss-gnuradio] PDUs in GNU Radio for UHD USRP Sink

2016-11-10 Thread Collins, Richard
Hello, I'm having trouble figuring out how to correctly send PDUs to the UHD USRP Sink. It's my understanding (mostly from [1] and [2]) that you can send a PDU with - a dictionary car containing "tx_sob" set to PMT_T, (and maybe "tx_time" formatted according to notes in [2] or in the source

Re: [Discuss-gnuradio] Could not connect to ControlPort

2016-09-16 Thread Collins, Richard
I'm not sure if it matters, but I did notice on my machine that if I don't also "sudo apt install python-thrift" after manually installing apache thrift (and before running "cmake ../" on gnuradio), the "** * thrift*" line won't show up after "** gr-ctrlport*", which I see may also be the case for

Re: [Discuss-gnuradio] How to uninstall pybombs 2.0

2016-02-08 Thread Collins, Richard
) and ran "sudo pip uninstall pybombs", and it reported as working. I'll have to check the directories to make sure, but I believe this works. Richard On Mon, Feb 8, 2016 at 9:50 AM, Collins, Richard < richard.coll...@axenterprize.com> wrote: > Is there (or will there b

[Discuss-gnuradio] How to uninstall pybombs 2.0

2016-02-08 Thread Collins, Richard
Is there (or will there be) a correct way to uninstall pybombs 2.0.0? I need to install a different branch of an OOT module quickly for work, and I don't want to install the old pybombs since it's already no longer supported. Also the configuration of pybombs2.0.0 seems (currently) harder than jus

Re: [Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-05 Thread Collins, Richard
o ldconfig "and boom goes the dynamite...", - Rich On Fri, Feb 5, 2016 at 10:48 PM, Collins, Richard < richard.coll...@axenterprize.com> wrote: > Hello, > > I recently tried installing gnuradio on two newer core-i7 machines (both > with Ubuntu 14.04LTS) with the new version

[Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-05 Thread Collins, Richard
Hello, I recently tried installing gnuradio on two newer core-i7 machines (both with Ubuntu 14.04LTS) with the new version of pybombs. Trying to stay away from pip (since I guess it's not updated as soon or often?), I used the following commands to attempt both installs: git clone git://github.c

Re: [Discuss-gnuradio] trouble creating PMT uniform vectors in python that are the same type, but differ in value

2015-12-21 Thread Collins, Richard
t belong to such a chunk); maybe this figure explains > its better: > > [image: tagged_stream_align] > > Best regards, > Marcus > > > ยน Honestly, I just realized that is a relatively inefficient way of > implementing this, but I definitely have code in there, and I surely ha

[Discuss-gnuradio] trouble creating PMT uniform vectors in python that are the same type, but differ in value

2015-12-18 Thread Collins, Richard
Hello, I just wanted to share some trouble I had trying to create a pmt uniform c32 vector in python, what I found as the fix, and hope to get some insight as to why things are this way. Here's an entry from my notes: THIS CREATES A VECTOR, BUT NOT A UNIFORM OR C32 VECTOR: testv = pmt.to_pmt([co