[Discuss-gnuradio] Major Enhancements to gr-grnet UDP Blocks

2019-05-21 Thread Michael Piscopo
Hi folks, Following on our amazing week at the ATA, I've been working on the network streaming blocks in gr-grnet. I've made several major upgrades: 1. UDP Source and Sinks now correctly support headers including sequence numbers, CHDR, and the old ATA format. 2. UDP source and sinks were tested

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread Andrej Rode
On Tue, 21 May 2019 20:39:11 + "Müller, Marcus (CEL)" wrote: > Furthermore, VOLK is dependency-wise like GNU Radio light: > if you can't build VOLK, chances are slim GNU Radio will work out. Huh? VOLK depends on almost nothing. Cheers Andrej

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-21 Thread CEL
A-Ha! So, that leads us the next bigger question: How can we make GR_PYTHON_DIR a relative path? I'm taking Andrej into CC, because he did a lot of the actual "modern CMake" conversion and is back home :) Best regards, Marcus On Tue, 2019-05-21 at 14:34 -0400, Toby Flynn wrote: > Marcus, > I thi

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread CEL
Also: The version match between the volk you're using and the GNU Radio you're trying to build is pretty close, so chances are a packaged VOLK wouldn't help you build an arbitrary GNU Radio version :( Furthermore, VOLK is dependency-wise like GNU Radio light: if you can't build VOLK, chances are sl

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread Chris Kuethe
Andrej did a huge amount of work on packaging at the hackfest last week. Maybe this helps? https://launchpad.net/~gnuradio/+archive/ubuntu/gnuradio On Tue, May 21, 2019 at 12:28 PM Nick Hansen wrote: > > Hi, > > Working on Ubuntu 18.04, is there a way to get VOLK apart from compiling it > from

[Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread Nick Hansen
Hi, Working on Ubuntu 18.04, is there a way to get VOLK apart from compiling it from github? I'm working on compiling gnu radio from source. I would take 'no' for an answer, just wondering if it's available through apt. Thanks Nick ___ Discuss-gnuradio

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-21 Thread Toby Flynn
Marcus, I think I have found the issue, just not a correct solution yet. Based on the bug report: https://cmake.org/Bug/print_bug_page.php?bug_id=14367 Which is marked as not a bug, but explains the issue I am seeing very well. gnuradio-runtime.swig/CMakeLists.txt uses an absolute path for the

Re: [Discuss-gnuradio] git clone never finishes

2019-05-21 Thread Chris Kuethe
The repo is at https://github.com/gnuradio/gnuradio On Tue, May 21, 2019, 10:35 Hans Kurscheidt wrote: > Hi, > > my 1st post, here. > > git clone --recursive https://www.gnuradio.org/cgit/gnuradio.git > Cloning into 'gnuradio'... > > > never finishes on Debian. > > ?? > > RGDS > > hk > > > > __

[Discuss-gnuradio] git clone never finishes

2019-05-21 Thread Hans Kurscheidt
Hi, my 1st post, here. git clone --recursive https://www.gnuradio.org/cgit/gnuradio.git Cloning into 'gnuradio'... never finishes on Debian. ?? RGDS hk ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/lis

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-21 Thread Toby Flynn
Marcus, I think have tracked down the root of the issue, I still do not have a fix. CMake cmExportFileGenerator.cxx,starting at line 318 prefixItems, appears to be seeing the installed path for the files as an absolute path. it is not seeing the sysroot information from the system to know the f

Re: [Discuss-gnuradio] GR inspector Velue Error

2019-05-21 Thread Sebastian Müller
Hi Daniel, gr-inspector has Tensorflow 0.12 as dependency, so you should use it with that exact version. If that is not an option, you might want to contact Christopher Richardson who is the author of the AMC functionality of gr-inspector (see REAMDE.md for contact info). Cheers, Sebastian Mülle

[Discuss-gnuradio] GR inspector Velue Error

2019-05-21 Thread Daniel Andres Palacios
Hi all. I was testing the gr-inspector examples. I generated the neural network model and tried to execute it. I got this error. "You can not enter the form value (1, 1, 2, 128) for the Tensor u'reshape_1_input_1: 0 ', which has the form' (?, 2, 128) '". Apparently, Tensorflow has undergone some ch

Re: [Discuss-gnuradio] GR-inspector ACM error

2019-05-21 Thread Ben Hilburn
I _am_ the Ben of that post, but unfortunately I no longer have that file. I'm CC'ing Sebastian, just in case he has a copy saved off somewhere! Cheers, Ben On Wed, May 15, 2019 at 1:59 PM Daniel Andres Palacios wrote: > Just in case you are the same Ben of this post >