[Discuss-gnuradio] NEWSDR in Boston on Thr/Fri June 13/14 (in three weeks)

2019-05-20 Thread Neel Pandeya
* *** NEWSDR 2019 *** Free Registration Offering technical Workshops, Symposium, Poster Presentations Call for Attendees Call

Re: [Discuss-gnuradio] Website Not Down Anymore

2019-05-20 Thread Andrej Rode
Up again. On Mon, 20 May 2019 16:26:32 -0400 Ben Hilburn wrote: > Hi all - > > The website is down temporarily, affecting the Wiki and landing page, > but not GRCon ticket registration (or Github, obviously). We're > working on it and will have it back up as soon as we can. > > Cheers, > Ben

[Discuss-gnuradio] Website Down

2019-05-20 Thread Ben Hilburn
Hi all - The website is down temporarily, affecting the Wiki and landing page, but not GRCon ticket registration (or Github, obviously). We're working on it and will have it back up as soon as we can. Cheers, Ben ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] free(): invalid pointer for AM demod block at Gnuradio 3.7.13.5

2019-05-20 Thread Ben Hilburn
Nice catch, Volker! Glad you're up and running, Ignatius. And you're right, this should be emitting an error message that's actually useful - the output here really didn't help at all. I've opened a bug on Github in reference to this. It should be relatively straight-forward to tackle, which

Re: [Discuss-gnuradio] [GSoC19] Block header parsing tool

2019-05-20 Thread Ben Hilburn
Thanks, Arpit! Looking forward to seeing your design & plan once you've worked it out with your mentor =) Cheers, Ben On Tue, May 14, 2019 at 4:59 PM Arpit Gupta wrote: > Hi everyone, > I have created a blog > for > updating

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread P C
Kyeong Su Shin, You win the blue ribbon. I'm loosing it. Thanks, Pete On 5/20/2019 12:27 AM, Kyeong Su Shin wrote: Dear Pete, To me, it sounds like that you are inputting ``` gr-howto % gr_modtool add -t general -l cpp square_ff ``` instead of ``` gr_modtool add -t general -l cpp

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread P C
Marcus, There is a distinct possibility I have mucked up the installation.  I started with the most straightforward steps.  I am using a Raspberry Pi with their GUI that looks like a Windows type GUI.  It has a Add/Remove software option and will search for any items I want. I am pretty sure

Re: [Discuss-gnuradio] [GSoC2019]: First report from Bowen

2019-05-20 Thread Ben Hilburn
Sounds great, Bowen, and thanks! I'm looking forward to seeing your work progress =) Cheers, Ben On Tue, May 14, 2019 at 1:43 AM Bowen Hu wrote: > Hi Johannes, > > Thank you for your advice. The source code of GNU Radio in GitHub > repository is definitely a great reference, I have fork and

Re: [Discuss-gnuradio] Two instances of the same custom block walk into a bar

2019-05-20 Thread Ben Hilburn
Hey Brad - On Fri, May 17, 2019 at 3:19 PM Brad Hein wrote: > > Thank you Ben, and others for capturing the true essence of what makes > gnuradio and its community so great. Although it spans a great range of > disciplines and requires tremendous work (for some) to use and extend, the >

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

2019-05-20 Thread Toby Flynn
Marcus, The last file differences I sent are in a file created from CMakeLists.txt, lines 74-78. Swig builds with no issues, it is when I link an OOT that the file _runtime_swig.so cannot be found because the runtime_swigTargets-release.cmake file has the wrong directory location, somehow it

Re: [Discuss-gnuradio] Problem with File source/sink

2019-05-20 Thread CEL
That's almost certainly not a problem with the file sink or source, but of the rest of the flow graph. Best regards, Marcus On Mon, 2019-05-20 at 14:08 +0100, farid mihoub wrote: > Hello, > I have an issue with file source/sink, I am loosing some amount of data at > the beginning of transmission

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

2019-05-20 Thread Toby Flynn
Marcus, I have tracked this up one more file. The file: build/gnuradio-runtime/swig/CMakeFiles/Export/lib/cmake/gnuradio/runtime_swigTargets.cmake on the host system has lines starting around line 44: # Compute the installation prefix relative to this file.

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

2019-05-20 Thread CEL
Hi Toby, I don't really doubt it's a CMake issue; to be precise, I think it's an issue in the triangle between CMake, CMake instructing SWIG and detecting the right Python libs along the way. Anyway, I'll take a minute to literally parse your email :) Thanks! Marcus On Mon, 2019-05-20 at 09:09

Re: [Discuss-gnuradio] gr_modtool error when attempting to create Python tagged_stream block

2019-05-20 Thread Sebastian Sahlin
Hi, Sorry, the "Answer all" button slipped my mind :) I've submitted a new issue and indicated that it's for GR 3.7. Regards Den fre 17 maj 2019 kl 17:19 skrev Müller, Marcus (CEL) : > Hi Sebastian, > in the future, could you please emails to the mailing list instead of > only to me? Others

Re: [Discuss-gnuradio] multiplexing multiple file sources without losing synchronization to file start

2019-05-20 Thread Lundberg, Daniel
As a quick update before anyone gets spun up on this, I've traced the root of this problem to the "Advanced File Source" Block in the gr-filerepeater module. When I swapped in the default file source, the alignment issues went away. I have e-mailed the author of those blocks directly about

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

2019-05-20 Thread Toby Flynn
Marcus, I think what you want to see if the configuration for CMake, the actual build line is fairly normal. This is the contents of the file which configures CMake. I believe this is a CMake issue, not a Python issue. It is only the creation of one .cmake file which leads to OOT building

[Discuss-gnuradio] Problem with File source/sink

2019-05-20 Thread farid mihoub
Hello,I have an issue with file source/sink, I am loosing some amount of data at the beginning of transmission (even in simulation),so at the reception; files like JPEG, PDF... will be damaged.Is there any way to solve this problem, . Thank you. ___

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread CEL
Oh! Good catch! Sorry, I just didn't read closely enough. On Mon, 2019-05-20 at 05:27 +, Kyeong Su Shin wrote: > Dear Pete, > > To me, it sounds like that you are inputting > > ``` > gr-howto % gr_modtool add -t general -l cpp square_ff > ``` > instead of > > ``` > gr_modtool add -t