Re: Porting oot modules to gr 3.9 and pybind

2020-07-01 Thread Josh
x27;BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_GENERIC'], cflags='-std=c++11 -fPIC') On Wed, Jul 1, 2020 at 11:38 AM Volker Schroer wrote: > Josh, > > meanwhile I found the add_include parameter > in bindtool/core/generator.py and hardcoded there the qt inc

Re: Porting oot modules to gr 3.9 and pybind

2020-07-03 Thread Josh
, > > xml_generator=generator_name, > > include_paths=self.include_paths, > > compiler='gcc', > > undefine_symbols=['__PIE__'], > > > > #define_symbols=['BOOST_ATOMIC_DETAIL_EXTR

Re: OOT module AttributeError - module has no attribute Arch Linux GR 3.8.1

2020-07-13 Thread Josh
A lot of times the dreaded 'Module Not Found' error is caused by linker issues. In 3.8, the cmake files were modernized, but there are a few caveats especially if your OOT links against other GR modules (e.g. gr-digital). In order to use GR modules in your code, the target_link_libraries needs to

Re: Ubuntu PPA gnuradio-releases doesn't actually install

2020-07-22 Thread Josh
This should be resolved now in the PPA for Ubuntu 20.04 - thanks to Paul coming up with the correct naming structure for the package! Josh On Thu, Jul 16, 2020 at 9:06 AM Paul Boven wrote: > Hi everyone, > > Ubuntu 20.04 (Focal) ships with GNU Radio 3.8.1.0~rc1-2build2. I have &g

Re: apt-get breaks gnuradio 3.8.1.0

2020-07-31 Thread Josh
I think Paul is right - we stepped the PPA version up with the correct numbering scheme, but that seems to conflict with the dependencies of OOTs. There are a couple of ways to deal with OOTs in the future, but we don't have an immediate solution other than don't mix the PPA with the packaged OOTs

Re: apt-get breaks gnuradio 3.8.1.0

2020-07-31 Thread Josh
s. I'm still of the mindset that if you want the latest released version (e.g. from the PPA), then for now you have to install OOTs from source. Except 20.04 might work. Josh On Fri, Jul 31, 2020 at 8:50 AM Paul Boven wrote: > Hi Josh, everyone, > > On 7/31/20 1:31 PM, Josh wro

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread Josh
r is this https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide#GNU_Radio_Components Does your library reference any GR modules, or any other external libraries? Josh On Mon, Aug 17, 2020 at 3:58 AM David Taylor (manx.net) wrote: > Hi, > > I have been developing a number of di

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-24 Thread Josh
David, 1) How is your GNU Radio installed in this system? 2) It sounds a lot like PYTHONPATH is misconfigured for OOT - where are your OOT files being installed to? Thanks, Josh On Fri, Aug 21, 2020 at 12:23 PM David Taylor (manx.net) wrote: > Josh, > > Sorry to go over old ground

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-31 Thread Josh
o see if there are any other dependencies or issues that would prevent gr-uhd from being installed. Josh On Sun, Aug 30, 2020 at 1:26 PM David Taylor (manx.net) wrote: > Josh, > > Many thanks for your questions and apologies for the delay in replying. > > From a clean 20.04 Ubu

Re: Ho to use Limesdr and rtl dongles with GNURadio 3.8.2

2020-09-04 Thread Josh
itory ppa:gnuradio/gnuradio-releases sudo apt-get update sudo apt install gnuradio 2) Install OOTs from gnuradio-oot PPA sudo add-apt-repository ppa:mormj/gnuradio-oot sudo apt-get update sudo apt install gr-limesdr gr-osmocom gr-fcdproplus Please let me know if this works for you. Thanks,

Re: Overloaded make() with pybind11

2021-01-22 Thread Josh
args"), py::arg("tsb_tag_name") = "", D(usrp_sink, make)) When init is overloaded in the python bindings, the make functions have to be given explicit function pointers. So you will have to do this manually. Josh On Fri, Jan 22, 2021 at 1:12 PM

Re: [announcement] Release 3.9.0.0

2021-02-07 Thread Josh
, the work that went into the PyBind binding, > the > CMake modernization, the C++ cleanup, the bug-fixing and the CI > infrastructure > is worthy of explicit call out; I especially thank > > * Josh Morman > * Thomas Habets > * Jacob Gilbert > * Andrej Rode > * Ryan Volz

Re: release repository changed names, unwanted forced update to 3.9.0, broke all flowgraphs

2021-02-19 Thread Josh
, so without a PPA specified, that what gets installed from apt-get. Josh On Fri, Feb 19, 2021 at 1:35 PM Nick Foster wrote: > I went into this assuming it would be easy to downgrade to 3.8, and > discovered it was not. All of the individual 3.8.[1,2] packages are in > there lab

Re: Correlation Estimator corr_est_cc "threshold" meaning

2021-02-21 Thread Josh
- just created an issue (https://github.com/gnuradio/gnuradio/issues/4273) in the github tracker so we don't lose sight of this. Thanks, Josh On Fri, Feb 19, 2021 at 8:34 PM Achilleas Anastasopoulos wrote: > Hi all, > > I have been playing a bit with the "corr_est_cc" bloc

Re: installing from PPA gnuradio 3.9 under Ubuntu 18.04 : libvolk dependence issue

2021-02-22 Thread Josh
ckage managers is one of the key areas we want to focus on in the near future (and Ubuntu is a big part of that), so if anyone in the community is interested in getting involved to help out on this front, please let me know! Thanks, Josh On Mon, Feb 22, 2021 at 7:54 AM Christophe Seg

Re: gnuradio-releases PPA installs files different from v3.9.0.0 tag

2021-03-04 Thread Josh
ing a header from somewhere else? Josh On Wed, Mar 3, 2021 at 4:32 PM schneider wrote: > Hi, > > I've just installed GNURadio 3.9.0.0 from the `gnuradio-releases` PPA on > a fresh Ubuntu 20.04. > > I'm now facing an issue with compiling an OOT module: The constructor of

[Discuss-gnuradio] gr-ais not decoding AIS data

2014-08-26 Thread Josh Hattery
S data:  :~$ ais_rx -s Downloads/ais.dat -r 256e3 -g 60 Using file source Downloads/ais.dat Rate is 256000 Using Volk machine: sse4_2_64_orc :~$ The data file looks good as the FFT and Waterfall plots in GRC clearly show the recorded AIS data. Is this an issue with the transition to gnuradi

Re: [Discuss-gnuradio] Win32 and gr-blocks/lib/stream_pdu_base.cc

2014-10-05 Thread Josh Blum
ting functionality, and the tuntap is ifdefed out on windows. The best way to upstream patches seems to be through github. I recommend creating a github pull request for this change, and some of the other changes you mentioned in the previous email. -josh > > --gv > > > ___

Maximum Output Buffer Size

2020-06-09 Thread Bolte, Josh
3.8. I have attached my grc file, python file, and core dump that I am receiving from the segfaults. I appreciate any help that can be given, thank you!! Josh

Re: PMT thoughts

2021-03-26 Thread Josh Morman
implementation of this in the "newsched" codebase which is our sandbox for developing the GNU Radio 4.0 runtime: https://github.com/gnuradio/newsched/tree/master/pmt and we would love to have any feedback on the GREP and help pushing the concept further. Thanks, Josh On Fri, Mar 26, 2021 at 5:44 A

Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-09 Thread Josh Morman
have created a 3.9 OOT with 3.9 modtool, and then copied code in from 3.8. Josh On Fri, Apr 9, 2021 at 12:08 PM Tom McDermott wrote: > I am having difficulty porting an OOT module to gr 3.9. > * VM with only gnuradio 3.9.0.0 installed. > *The functional 3.8 OOT module is cloned int

Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-09 Thread Josh Morman
Hi Josh - thank you for your help ! > > I have been following the instructions from the porting guide: > https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide > > > > Porting from 3.8 to 3.9 can be achieved most simply by creating a new OOT

Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-09 Thread Josh Morman
es in the usual place as generated by modtool? On Fri, Apr 9, 2021 at 1:49 PM Tom McDermott wrote: > Hi Josh - for creating the new 3.9 skeleton, I ran gr_modtool from within > the 3.9 directory. > For step 4, I ran gr_modtool from within the 3.8 directory (as per the > guide). >

In-tree packaging update

2021-04-20 Thread Josh Morman
all effort. Thanks, Josh

Re: Teething problems with new GNU Radio 3.9 installation

2021-04-21 Thread Josh Morman
install from source, I have been able to build 3.9 on 18.04 using these prerequisites (and then volk from source): https://github.com/mormj/gnuradio-docker/blob/maint-3.9/ubuntu/18.04/buildreqs.Dockerfile Josh On Wed, Apr 21, 2021 at 2:21 AM Brendan Horsfield < brendan.horsfi...@vectalabs.

Re: Teething problems with new GNU Radio 3.9 installation

2021-04-21 Thread Josh Morman
hould* allow you to have a relatively up to date UHD driver. I am not sure, though, if these are built with PYTHON enable. Perhaps someone with more UHD experience can chime in on how best to get UHD 4.0 but still install GNU Radio from binaries. Josh On Wed, Apr 21, 2021 at 7:09 AM Brendan Hors

Re: 3.9 -->3.8 downgrade - a few GRC keyboard keys don't work correctly.

2021-04-21 Thread Josh Morman
Is it possible that the "Hide Disabled Blocks" option is enabled in GRC? This would make disabling appear to delete the block. Josh On Wed, Apr 21, 2021 at 12:16 PM Tom McDermott wrote: > On Ubuntu 20.04, I downgraded a gnuradio 3.9 installation to gnuradio 3.8. > Using sudo a

Re: Solved! - Re: USRP UHD Source problem

2021-04-25 Thread Josh Morman
Thank you for following up on this issue. The grc cache has turned up a few times recently as the cause of a few issues. So yes a github issue would be a very good idea to track this. Thanks! On Sun, Apr 25, 2021 at 3:52 PM Christophe Seguinot < christophe.segui...@orange.fr> wrote: > Hi > > I e

Re: Merging Multiple blocks into one

2021-04-27 Thread Josh Morman
on controlling latency could be of use: https://www.youtube.com/watch?v=jq0RewceCwc&list=PLE7tQUdRKcyaaF1pm1MfQm_g1TF2CP1JZ&index=35 To use it I believe would involve using some out of tree blocks. Josh On Tue, Apr 27, 2021 at 5:34 AM mehtap özkan wrote: > Dear All, > I have a f

Re: GNU Radio 3.9 gr_modtool problem

2021-05-05 Thread Josh Morman
Check your ~/.gnuradio/config.conf file. In there is a section [modtool] and a "newmod_path=..." Verify that matches the value of your installed path. On mine it says: [modtool] newmod_path = /share/gnuradio/gr39/share/gnuradio/modtool/templates/gr-newmod For 3.9, there was a slight change in the

Re: gr 3.9 OOT execution error: unknown base type gr::block

2021-05-05 Thread Josh Morman
Tom, What does your hermesNB_python.cc look like? There should be a declaration for the binding in there that looks like: py::class_ wrote: > I'm working on porting my OOT to gr 3.9 The 3.7 and 3.8 versions work > fine. > The ported code is compiled and make installed. My OOT is visible in

Re: gr 3.9 OOT execution error: unknown base type gr::block

2021-05-05 Thread Josh Morman
::import("gnuradio.gr"); On Wed, May 5, 2021 at 11:21 AM Tom McDermott wrote: > Hi Josh - thanks for your help. > > from ./python/bindings/hermesNB_python.cc: > > void bind_hermesNB(py::module& m) > { > > using hermesNB= ::gr::hpsdr::hermesNB; > >

Re: issues porting C++ OOT to 3.9 - fails at runtime import

2021-05-10 Thread Josh Morman
packages and just relying on what gets shipped with Ubuntu, but for now, maybe a ` apt upgrade pybind11-dev ` will fix the issue. Josh On Sun, May 9, 2021 at 7:18 PM Tom McDermott wrote: > I built a new VM from zero. Ubuntu 20.04 > apt install build-essential > apt install git > apt i

gr-iio now merged onto master branch

2021-06-04 Thread Josh Morman
report any issues you come across either here or to the github tracker (if you are sure it is an issue). Josh

Re: Releases v3.8.3.1 and v3.9.2.0

2021-06-14 Thread Josh Morman
Thanks Jeff for pulling together these releases. The Ubuntu PPAs have been updated to reflect the latest (thanks to Maitland for the updated debian build projects to copy from): https://wiki.gnuradio.org/index.php/InstallingGR#Ubuntu_PPA_Installation On Thu, Jun 10, 2021 at 5:51 PM Jeff Long

GNU Radio 3.10 Release Plans - OOT migration

2021-07-01 Thread Josh Morman
y issues in the main codebase can be ironed out and/or documented ahead of the release. Josh

Re: GRC port type assignment in Python Block

2021-07-26 Thread Josh Morman
not a type. You may want to try just using non-vectored int16's as an interleaved stream and deinterleave in your python block Josh On Thu, Jul 22, 2021 at 7:21 PM Jerrid Plymale wrote: > Hello All, > > > > I am trying to write a python block that will convert shorts to complex

Re: How to debug GNU Radio's C++ program from source code?

2021-08-03 Thread Josh Morman
own OOT, this makes it even simpler because you can compile as "-DCMAKE_BUILD_TYPE=Debug" and then your breakpoints will be very predictable - in this case you just open up VS code from the root of your project and follow the same steps. Hope this helps. Josh On Tue, Aug 3, 2021 at 8:41

Re: How to debug GNU Radio's C++ program from source code?

2021-08-04 Thread Josh Morman
in repo, then you can change things directly in the gnuradio source, but if it is just for experimentation or adding some non-standard functionality, OOT will save you some compile time and make it easier to debug. Josh On Tue, Aug 3, 2021 at 10:23 PM 能书能言 <2127629...@qq.com> wrote: >

GRCon21 Regular Registration Ends Tomorrow

2021-08-30 Thread Josh Morman
please submit anything ASAP. https://events.gnuradio.org/event/8/ We look forward to seeing you there (or virtually if that is the case)! Josh

Re: ModToolException: Could not find gr-newmod source dir.

2021-10-05 Thread Josh Morman
What OS/Distribution and how is GNU Radio installed? Josh On Tue, Oct 5, 2021 at 5:20 AM sp h wrote: > in Gnuradio-dev 3.9 when I want to create a block I am faced with this > error... how can solve it... > > gr_modtool newmod tutorial ModToolException: Could not find gr-newmod

Re: Problem building OOTs with GR 3.9.3.0 PPA package

2021-10-16 Thread Josh Morman
I've requested deletion of the pybind11 package from the PPA (this takes a few hours) - it should not be in there as 20.04 has a decent version of pybind11. So at least by tomorrow, uninstalling pybind11 and reinstalling should resolve the issue. On Sat, Oct 16, 2021 at 2:56 PM schneider wrote

Adding uhd-style tags, to soapy driver?

2021-10-18 Thread Bailey, Josh
Hi all, The gr-uhd driver, tags samples when center frequency changes and some other events): https://github.com/gnuradio/gnuradio/blob/8b23f906844c9784c784934ae06dfdfe10d31a1f/gr-uhd/lib/usrp_source_impl.cc#L619 I've been able to make a minimal patch to the soapy driver (see following), that do

Adding uhd-style tags, to soapy driver?

2021-10-18 Thread Bailey, Josh
Hi all, The gr-uhd driver, tags samples when center frequency changes and some other events): https://github.com/gnuradio/gnuradio/blob/8b23f906844c9784c784934ae06dfdfe10d31a1f/gr-uhd/lib/usrp_source_impl.cc#L619 I've been able to make a minimal patch to the soapy driver (see following), that do

Re: ModuleNotFoundError: No module named 'tutorial'

2021-10-31 Thread Josh Morman
things went when you did `make install`? Thanks, Josh On Sun, Oct 31, 2021 at 8:07 AM Nikoloz Glonti wrote: > Dear Gnuradio Community, > > I built and installed tutorial module with qpsk demod block inside - > just from tutorial on > "https://wiki.gn

Re: Information on the hackfest2110

2021-11-10 Thread Josh Morman
s of how to use these custom buffers and do processing in CUDA. In the meantime, the OOT used for the hackfest session is here: https://github.com/mormj/gr-cudademo Mainly, take a look at the differences between the main and custom_buffers branches to see how custom buffers are used. Thanks, Josh

Re: Calculating Symbol Sync Parameters

2021-11-10 Thread Josh Morman
There is a lot of information in this talk from GRCon: https://youtu.be/uMEfx_l5Oxk On Tue, Nov 9, 2021 at 10:15 PM wrote: > Hello all, > > > > I’ve been working with the symbol sync block and I was wondering how to > calculate the parameters (TED Gain, Loop bandwidth, etc) given information >

newsched (GR4 proposed runtime) v0.1.0 Released

2021-11-11 Thread Josh Morman
or on chat.gnuradio.org - #scheduler room if you have any questions or would like to get involved Josh

Release Candidate v3.10.0.0-rc1

2021-11-27 Thread Josh Morman
imal, but if you are migrating your OOTs - please update the porting guide if you come across differences that need to be documented: https://wiki.gnuradio.org/index.php/GNU_Radio_3.10_OOT_Module_Porting_Guide Have a happy Holiday season and much thanks to all who have contributed toward this next major release. Josh

Re: Calling blocks directly

2021-11-29 Thread Josh Morman
/newsched) - we can port more blocks in from GNU Radio that might be of interest. Josh On Mon, Nov 29, 2021 at 2:01 PM Jeff Long wrote: > To do this, you write a "mock" framework that calls the block init, then > calls general_work() or work() with the proper parameters. I

Re: Release Candidate v3.10.0.0-rc1

2021-12-11 Thread Josh Morman
more major issues to sort out. Have a great weekend! Josh On Sat, Nov 27, 2021 at 10:29 AM Josh Morman wrote: > Greetings GNU Radio Community! > > Release 3.10 is expected to drop sometime in the new year, but to get the > ball rolling with testing and packaging - we are expect

Re: OOT Binding problem

2021-12-14 Thread Josh Morman
Sounds like castxml could be playing a role here. Along the same lines Ron suggested, you could try installing both pygccxml and castxml from pip3 Josh On Tue, Dec 14, 2021 at 6:23 AM Ron Economos wrote: > I've tried it on both Ubuntu 18.04 and 20.04, so I don't think it's d

Re: Regarding open source

2022-01-03 Thread Josh Morman
experience and it is an excellent community to work with! Josh On Mon, Jan 3, 2022 at 10:02 AM Gunesh wrote: > Hello sir, > I am Gunesh Munjal currently in 1st year. I am new to open source and want > to contribute. As, I don't know how to get started with open source it > would be g

Re: Regarding open source

2022-01-03 Thread Josh Morman
ome of the particulars. Josh On Mon, Jan 3, 2022 at 11:57 AM Gunesh wrote: > hello sir, > thank you for having me on board. > As I am new to open source could you help me with getting started. > and i have done only c++ language so could you help me by guiding me about > where should i co

Re: OOT Binding problem

2022-01-07 Thread Josh Morman
Happy New Year to you as well! If your bindings are simple you can rely on the regex parsing that is used when pygccxml is not installed. To try this out, just uninstall pygccxml and re-run gr_modtool bind Josh On Fri, Jan 7, 2022 at 5:28 AM Fabien PELLET wrote: > Hello and happy new y

Release Candidate v3.10.0.0-rc3

2022-01-08 Thread Josh Morman
plan is to release the final 3.10.0.0 next Friday Jan 14! Thanks to all who have been contributing and participating in the discussions. Josh On Sat, Dec 11, 2021 at 8:51 AM Josh Morman wrote: > > 3.10.0.0-rc2 is now available: > https://github.com/gnuradio/gnuradio/releases/tag/

Re: Release Candidate v3.10.0.0-rc3

2022-01-10 Thread Josh Morman
raise the alarms if you run into any other issues either here or on #development Josh On Sat, Jan 8, 2022 at 9:23 PM Josh Morman wrote: > 3.10.0.0-rc3 is now available: > https://github.com/gnuradio/gnuradio/releases/tag/v3.10.0.0-rc3 > > There were a few changes since RC2, but th

Release Candidate v3.10.0.0-rc4

2022-01-11 Thread Josh Morman
! Josh On Mon, Jan 10, 2022 at 7:12 AM Josh Morman wrote: > Please note that there is an issue with the RC3 that has been resolved on > the master branch (thanks to drmpeg for catching and fixing a cmake build > order dependency that prevented the grc files from being installed). > &

GNU Radio Release v3.10.0.0

2022-01-14 Thread Josh Morman
r jason.u...@jhuapl.edu Jeff Dumps jeffdu...@gmail.com Jeff Long Jeppe Ledet-Pedersen j...@satlab.com jfmadeira jf.made...@campus.fct.unl.pt jmadeira jmade...@pdmfc.com Johannes Demel de...@ant.uni-bremen.de John Sallay jasal...@gmail.com Josh Blum j...@joshknows.com Josh Morman jmor...@gnuradio.org

Git Default Branch Naming

2022-01-18 Thread Josh Morman
anch -u origin/main main $ git remote set-head origin -a Sorry for any inconvenience this change causes, but it should make things more consistent down the line as more projects have a `main` branch, and now is as good a time as any to make this change. Thanks! Josh

Re: Can I change Gnuradio 3.8 to 3.7 ?

2022-02-01 Thread Josh Morman
By change the version, do you mean uninstall GNU Radio 3.8 and install 3.7, or do you mean make the 3.7 modules work with 3.8 - the latter is not possible because the changes in GR from 3.7 to 3.8 were significant and not API compatible. Josh On Tue, Feb 1, 2022 at 4:47 AM Rachida SAROUI wrote

Re: segfault in 3.10.1.1

2022-02-08 Thread Josh Morman
Hi Steve, Can you please share more information about how GR is installed in your case - OS/distribution? - Installation method (compiled from source, distro packages? Thanks! Josh On Mon, Feb 7, 2022 at 7:58 PM Steven Barbo wrote: > Hello all, hope this day finds you well. > Having

GRCon 2022 - Washington DC - Sept. 26 - 30

2022-02-14 Thread Josh Morman
Greetings GNU Radio Community! We are excited to announce that we are planning for GRCon 2022 to be run as an in-person event September 26-30 at the Capital Hilton in Washington DC. If you know you will be planning to come, you are encouraged to go ahead and

Re: Selecting a SDR as a sink

2022-03-07 Thread Josh Morman
s the SDRs being instantiated, this is just how GRC works - it instantiates all the blocks that are present in the flowgraph. So if an SDR isn't present, then the block needs to be disabled - selector doesn't help you. Josh On Thu, Mar 3, 2022 at 11:07 PM David Cherkus wrote: >

Re: QA Tests: Python vs C++

2022-03-07 Thread Josh Morman
flowgraphs with the GDB debugger using program: "/usr/bin/python3" and args: /path/to/the/qa_xxx.py. Josh On Mon, Mar 7, 2022 at 8:37 AM Jeff S wrote: > I started writing some QA tests which were missing for some blocks I’m > working on (in maint-3.9). I decided to compare

Re: Problem with adjusting value during runtime in my OOT block

2022-03-13 Thread Josh Morman
This sounds like it could be an issue with the python bindings 1) did you run “gr_modtool bind” after adding the callback to your block header 2) is pygccxml installed? Without it the binding using modtool can only do the basic block things Josh On Sun, Mar 13, 2022 at 4:09 PM Nikoloz Glonti

Re: Problem with adjusting value during runtime in my OOT block

2022-03-14 Thread Josh Morman
y other suggestions? > > adding_ff_impl.cc looks like https://pastebin.com/JUnxQtYi > > and adding_ff_impl.h looks like https://pastebin.com/MF93s9WD > > Niko > On 3/13/22 21:32, Josh Morman wrote: > > This sounds like it could be an issue with the python bindings > > 1) did

Re: Problem with adjusting value during runtime in my OOT block

2022-03-14 Thread Josh Morman
exists, now that pygccxml is installed On Mon, Mar 14, 2022 at 7:53 AM Nikoloz Glonti wrote: > adding_ff_python.cc looks like that - https://pastebin.com/nmpshmvj > > > On 3/14/22 11:26, Josh Morman wrote: > > Those files look good to me - I'm wondering how the python binding

Re: gr_modtool rm in v3.9

2022-03-23 Thread Josh Morman
Jeff, I'm guessing the issue is with the tool. Modtool went through some changes 3.8-->3.9 as Swig was removed and the extra step of `modtool bind` was added. Josh On Tue, Mar 22, 2022 at 11:28 AM Jeff S wrote: > I tried using gr_modtool in v3.9.5.0 to add a block, including pyt

newsched (GR4 proposed runtime) v0.3.0 Released

2022-04-29 Thread Josh Morman
ng the features that have gone into this effort. Thanks! Josh

Re: Regression in GR3.10

2022-06-15 Thread Josh Morman
Max, The msgq API probably should be deprecated, but it is in fact there in 3.10. I think you are right that it is an issue with the GIL because delete_head it is a long blocking function. Are you able to use delete_head_nowait instead? Thanks, Josh On Wed, Jun 15, 2022 at 10:08 AM ikjtel

Re: Regression in GR3.10

2022-06-15 Thread Josh Morman
ndings https://pybind11.readthedocs.io/en/stable/advanced/misc.html?highlight=call_guard#global-interpreter-lock-gil Josh On Wed, Jun 15, 2022 at 3:28 PM ikjtel wrote: > Josh > > Many thanks for your reply. I needed some direction - this is > exactly what I was looking for. > >

GRCon22 Abstract Submission Deadline Extended - July 17

2022-06-30 Thread Josh Morman
***The deadline for submitting abstracts for work to be presented at GRCon22 has been extended until July 17. *** GRCon22 is less than three months away! Please consider submitting a short abstract of your proposed talk, paper, or other participation option. Check out our Call for Participation

GRCon22 Announcements and Reminders

2022-08-22 Thread Josh Morman
GNU Radio Conference 2022 is just over 1 month away and we have an exciting schedule, outstanding speakers, and engaging activities planned for this year's event. Just a reminder to please register at https://tickets.gnuradio.org - this helps us tremendously in having an accurate count of people

Re: Referring to a block by a specific name

2022-09-14 Thread Josh Morman
Hi T.K. First you have enable the "Show All Block IDs" in GRC, then you can change the ID of the block to whatever you want it to be. In the snippet, then just refer to the block as self.blockname Hope this helps. Josh On Wed, Sep 14, 2022 at 1:08 PM Temir Karakurum wrote: > H

Re: VS Code for QA Tests

2022-11-15 Thread Josh Morman
Jeff, 1) Is the c++ code built with Debug symbols (CMAKE_BUILD_TYPE=Debug) 2) Have you installed your built files? When running from python, VSCode uses the current PYTHONPATH in the environment and loads the .so files from there, not from the build directory Josh On Mon, Nov 14, 2022 at 8:29

Re: gr_modtool bind makes incorrect file

2023-01-20 Thread Josh Morman
3.10.2.0. So updating to the latest 3.10.5.0 should resolve the issue (or installing pygccxml). Josh On Thu, Jan 19, 2023 at 3:20 PM Ryan Volz wrote: > Hi Jameson, > > On 1/19/23 1:03 PM, Jameson Collins wrote: > > I am using gnuradio 3.10.2 from conda. If I make a new module and

Re: Is there a way to add break point or watch point in gnuradio

2023-02-14 Thread Josh Morman
VS Code Also, a talk at GRCon last year about different mechanisms for debugging flowgraphs: https://www.youtube.com/watch?v=JUt-a_L1Muo Josh On Tue, Feb 14, 2023 at 2:12 AM wieniawski wrote: > hi, all, > > As you know, GNU Radio will generate python file and execute. > And probably

GNU Radio Conference 2023 - Sep 5-9, Tempe AZ

2023-03-30 Thread Josh Morman
Greetings GNU Radio Community! We are excited to announce that GNU Radio Conference 2023 (GRCon23) will be held as an in-person event September 5-9 at Arizona State University in Tempe, AZ. GRCon23 will celebrate and showcase the substantial and remarkable progress of GNU Radio and its usage in a

Re: porting OOT to 3.10.5 missing memory.h

2023-04-24 Thread Josh Morman
Do you have pygccxml and castxml installed on this machine? And if so, are they recent versions (pygccxml >= 2.0) When gr_modtool bind is called, pygccxml compiles the project headers then scrapes the symbol information to generate the python bindings. Not finding memory.h sounds like an outdate

Re: [GRCon'23] Call for Participation for the GNU Radio Conference 2023

2023-05-30 Thread Josh Morman
*Reminder:* The abstract submission date (June 5) for GRCon23 is less than a week away! Please submit your ideas for technical talks, workshops, posters here: https://events.gnuradio.org/event/21/abstracts/ Thanks! Josh On Fri, May 12, 2023 at 5:30 AM Marcus Müller wrote: > Dear Commun

[GRCon'23] [Deadline Extended] Call for Participation for the GNU Radio Conference 2023

2023-06-09 Thread Josh Morman
://events.gnuradio.org/event/21/abstracts/ https://gnuradio.org/grcon23 And of course registration is open as well: tickets.gnuradio.org Look forward to seeing everyone there! Josh On Fri, May 12, 2023 at 5:30 AM Marcus Müller wrote: > Dear Community, > > GRCon'23 is happening in early September

[GRCon'23] - Abstract Submission Deadline TODAY - 23 June!

2023-06-23 Thread Josh Morman
me know if you have any questions. Looking forward to meeting you all in Tempe in September. Josh On Fri, Jun 9, 2023 at 3:36 PM Josh Morman wrote: > Just a quick update that our Call for Participation Abstract Deadline > submission has been extended to *June 23rd.* > > If you

GRCon23 Registration Reminder: Aug 18 begins late registration

2023-08-10 Thread Josh Morman
Hello GNU Radio Community, Just a reminder if you plan on attending GRCon23 in Tempe, AZ that regular registration prices are only in effect until *Aug. 17* - so go ahead and register if you have not already. Starting Aug 18, prices go up by $100. Registering early also helps us out tremendously

Re: GRCon23 Registration Reminder: Aug 18 begins late registration

2023-08-16 Thread Josh Morman
One last reminder that prices go up AFTER TOMORROW. Please register today if you have not already done so Look forward to seeing you all there! Josh On Thu, Aug 10, 2023 at 9:39 AM Josh Morman wrote: > Hello GNU Radio Community, > > Just a reminder if you plan on attending GRCon23

GNU Radio Q4 2023 Project Update

2023-12-16 Thread Josh Morman
mp;t=0s> Introduction (Josh) 0:33 <https://www.youtube.com/watch?v=gyGcB-xODxQ&t=33s> 3.10 Releases (Jeff) 11:00 <https://www.youtube.com/watch?v=gyGcB-xODxQ&t=660s> Volk Update (Jeff) 13:00 <https://www.youtube.com/watch?v=gyGcB-xODxQ&t=780s> ARDC Grant Updates (Derek

GRCon24 Announcement - Sept 16-20, Knoxville [Save the Date!]

2023-12-16 Thread Josh Morman
Greetings GNU Radio Community! We are excited to announce that GNU Radio Conference 2024 (GRCon24) will be run as an in-person event September 16*-20 at the Knoxville Convention Center in downtown Knoxville, TN . GRCon24 will celebrate and showcase the substantial

Survey regarding Open Source Licensing of GR 4.0

2023-12-19 Thread Josh Morman
: https://forms.gle/u7PjYGhzfrshkngd9 Look forward to your responses. Thanks, Josh —-- As has been widely discussed, the upcoming major version of GNU Radio, GR 4.0, is based on a new codebase developed by the team at GSI-FAIR and is being migrated into the GNU Radio GitHub Repository. Apart from

Re: Python Bindings Out of Sync: Which files are out of sync?

2024-01-04 Thread Josh Morman
Hi Glen, The file that is out of sync is vsum_python.cc This can be updated using gr_modtool bind vsum This ensures that changes in vsum.h are reflected in the python bindings. Josh On Thu, Jan 4, 2024 at 2:05 PM Glen Langston wrote: > Hello > > I’m running gnuradio 3.9.x and am

Re: Python Bindings Out of Sync: Which files are out of sync?

2024-01-05 Thread Josh Morman
call: gr_modtool bind -u blockname This will only update the hash and not regenerate the *_python.cc file Ignoring these errors via a cmake flag would be possible, but it is not implemented currently. On Fri, Jan 5, 2024 at 8:14 AM Glen Langston wrote: > Thanks Josh for your quick response. > >

Re: [Discuss-gnuradio] Extending UHD USRP Sink in out-of-tree module

2013-04-12 Thread Josh Blum
er reading something on this list from somebody who rolled their > own usrp wrapper. Any hints? > That turned out to be an attempt to set gain from the work function based off of some older USRP1 app that did the same. In any case, it actually wasnt needed. -josh > Thanks, > > S

Re: [Discuss-gnuradio] Extending UHD USRP Sink in out-of-tree module

2013-04-14 Thread Josh Blum
, but its not ready yet. Also, if it fit well, you would FWIW, open the usrp device session in your control block/IP, whatever that may be, and talk directly to it. That may be convenient. A lot less to maintain out of tree in either case anyway. -josh > Josh Blum wrote: > >> &g

Re: [Discuss-gnuradio] Extending UHD USRP Sink in out-of-tree module

2013-04-15 Thread Josh Blum
above could handle it, or you could argue that UHD itself should do this enqueuing itself so write only commands would never block the caller. Now that I am thinking it out-loud, the latter actually seems like it could be in general a helpful edition for UHD. -josh

Re: [Discuss-gnuradio] OFDM behaviour of recent UHDs

2013-04-15 Thread Josh Blum
d does doubling it solve the issue? http://code.ettus.com/redmine/ettus/projects/uhd/wiki/ChangeLog#003004005 -josh > my best regards to everybody > > vince > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Announcing new scheduler for GNU Radio

2013-04-17 Thread Josh Blum
! Thoughts, feedback? -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Announcing new scheduler for GNU Radio

2013-04-17 Thread Josh Blum
On 04/17/2013 04:35 AM, Carles Fernandez wrote: > Hi, > > thanks Josh for this email, it's a great source of information! Let me ask > a couple of questions: Will GRAS be included in the GNU Radio 3.7 release? Hey, thanks for the response. I guess I gave the wrong im

Re: [Discuss-gnuradio] UHD make test failed

2013-04-18 Thread Josh Blum
n of uhd? * CPU 32 or 64 bit? * OS version? You can run these tests from the build directory, send the output verbose please: * tests/time_spec_test * tests/vrt_test Thanks! -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-04-25 Thread Josh Blum
t; Do you have any idea why this is happening? > If you google for "failure during conversion to COFF: file invalid", have tried any of the things suggested in the stack overflow forums? Many of the posts seem to indicate that its a visual studio 2012 stomping on files in 2010 or som

Re: [Discuss-gnuradio] USRP1 control GPIOs on SBX boards

2013-04-25 Thread Josh Blum
gainst UHD. There is a GR_SWIG_LIBRARIES variable that needs to have ${UHD_LIBRARIES} in it. -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] TDMA Engine Error

2013-04-25 Thread Josh Blum
hat file, but I dont think its needed. try changing this trouble line to self.set_tag_propagation_policy(gnuradio.extras.TPP_DONT) Or if that doesnt work from gnuradio import extras self.set_tag_propagation_policy(extras.TPP_DONT) -josh ___ Discus

  1   2   3   4   5   6   7   8   9   10   >