[Discuss-gnuradio] gr-dvbs2 DVB-S2 transmitter

2014-07-06 Thread Ron Economos
I've just completed a DVB-S2 transmitter for GnuRadio. https://github.com/drmpeg/gr-dvbs2 This is a port of G4GUO's DVB-S2 transmitter for the DATV-Express Digital Amateur Television project. https://github.com/G4GUO/datvexpress_gui/tree/master/DVB-S2 The code includes an implementation of LDP

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
sudo ldconfig appears to have fixed that On Sun, Jul 6, 2014 at 8:34 PM, Bill Dailey wrote: > I have never built OOT before... > > I have given up on the mcbook pro... > > now I am on my ubuntu box... it appears to have built fine but when I try > to run I get this: > > I am using a netsdr with

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
I have never built OOT before... I have given up on the mcbook pro... now I am on my ubuntu box... it appears to have built fine but when I try to run I get this: I am using a netsdr with osmsdr. Is this a path issue? Generating: "/home/willy/top_block.py" Executing: "/home/willy/top_block.p

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
Bill, Do you face these problems when building OOT newly created from gr_modtool ? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
yes it is there port install gnuradio (just repeated that to make sure something wasnt screwed up.) 3.7.3 On Sun, Jul 6, 2014 at 10:47 AM, Tom Rondeau wrote: > On Sun, Jul 6, 2014 at 11:31 AM, Bill Dailey wrote: > >> yes Tom, I did try that from the mac specific stuff. redone here.. >> >>

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Tom Rondeau
On Sun, Jul 6, 2014 at 11:31 AM, Bill Dailey wrote: > yes Tom, I did try that from the mac specific stuff. redone here.. > > PMT still seems to be an issue. > > bills-MacBook-Pro:gr-test2 willy$ rm -rf build > bills-MacBook-Pro:gr-test2 willy$ mkdir build > bills-MacBook-Pro:gr-test2 willy$ cd

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
yes Tom, I did try that from the mac specific stuff. redone here.. PMT still seems to be an issue. bills-MacBook-Pro:gr-test2 willy$ rm -rf build bills-MacBook-Pro:gr-test2 willy$ mkdir build bills-MacBook-Pro:gr-test2 willy$ cd build bills-MacBook-Pro:build willy$ CC=/usr/bin/llvm-gcc CXX=/usr

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
On Sun, Jul 6, 2014 at 4:59 PM, Marcus Müller wrote: > I *assume* that activecat's module should build fine, it does on my > computer (however, activecat, remove the build folder from git; that > shouldn't be included ;) ). > Sorry for that, I have now removed the "build" folder. __

Re: [Discuss-gnuradio] message queues - Inconsistent data problem

2014-07-06 Thread Jérôme Nokin
Thank you for your advices Tom, Regards, Jerome 2014-07-06 16:18 GMT+02:00 Tom Rondeau : > On Wed, Jul 2, 2014 at 3:33 AM, Jérôme Nokin wrote: >> >> Hello again, >> >> My python code is actually inspired from "Packet Encoder" block >> (/path/to/gnuradio/.../grc_gnuradio/blks2/packet.py) were I s

Re: [Discuss-gnuradio] message queues - Inconsistent data problem

2014-07-06 Thread Tom Rondeau
On Wed, Jul 2, 2014 at 3:33 AM, Jérôme Nokin wrote: > Hello again, > > My python code is actually inspired from "Packet Encoder" block > (/path/to/gnuradio/.../grc_gnuradio/blks2/packet.py) were I suffer > from the same issue. > I wrote that python script to make it very simple/short and confirm

Re: [Discuss-gnuradio] benchmark_ofdm_mimo(trondeau branch mimo files)

2014-07-06 Thread Tom Rondeau
On Sat, Jul 5, 2014 at 3:22 AM, xianda wrote: > Hi all: > Thanks in advance. > I search the mail list and find "benchmark_ofdm_mimo" .( > http://lists.gnu.org/archive/html/discuss-gnuradio/2012-02/msg00118.html) > But I can't find the file.Can someone tell me where can i find th

Re: [Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-06 Thread Tom Rondeau
On Fri, Jul 4, 2014 at 5:56 PM, Martin Braun wrote: > On 07/04/2014 09:29 PM, Abhishek Bhowmick wrote: > > Hi, > > I am trying to use VOLK in a new module that will have some new fast > > blocks (hopefully). Being new to the cmake system, I have some > > difficulty in including the volk headers a

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Tom Rondeau
On Sun, Jul 6, 2014 at 4:59 AM, Marcus Müller wrote: > Hi Bill, > > > > cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt) > > Um, I don't think it should be necessary to do that; the line > find_package(Boost "1.35" COMPONENTS filesystem system) > is in the new-OOT-Mod

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Marcus Müller
Hi Bill, > cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt) Um, I don't think it should be necessary to do that; the line find_package(Boost "1.35" COMPONENTS filesystem system) is in the new-OOT-Module template and I think it's for compatibility reasons; it works on m