[Discuss-gnuradio] Regarding GSoC'17

2016-12-16 Thread Kartik Patel
Hi. I'm Kartik, a student of IIT Roorkee. I'm interested in contributing to GNU Radio and am aiming for GSoC '17. I'm fluent in Python and C++. Having the background in communication engineering, I have strong fundamentals in communication systems and DSP etc. As I have already developed a module

Re: [Discuss-gnuradio] Regarding GSoC'17

2016-12-16 Thread Kartik Patel
during summer 2017. But not sure where to start? Can u suggest me some minor issues or projects that I can work on during December to March? I'd prefer to work on some technical issues/projects that need understanding of communication and DSP. Regards,Kartik Patel On Fri, Dec 16, 201

Re: [Discuss-gnuradio] Regarding GSoC'17

2016-12-16 Thread Kartik Patel
the same? Regards,Kartik Patel On Fri, Dec 16, 2016 10:28 PM, Benny Alexandar ben.a...@outlook.com wrote: Hi Kartik, You can start by going through the following link, http://gnuradio.org/redmine/projects/gnuradio/wiki/Tutorials Just google it you will get plenty to start with

Re: [Discuss-gnuradio] Regarding GSoC'17

2016-12-17 Thread Kartik Patel
802-15-4, which provides the PHY layer for IEEE802.15.4, and build > things like 6LoWPAN atop (I think this would be possible – not sure, gotta > ask Basti). > > So many opportunities! Generally, tinkering first is totally OK, and even > necessary. Read the tutorial, make a block that d

Re: [Discuss-gnuradio] Modifying OFDM-TX block get an additional output

2016-12-22 Thread Kartik Patel
other way this problem can be approached, I will glad to know it. Regards,Kartik Patel On Fri, Dec 23, 2016 3:17 AM, Damindra Bandara damindra.band...@gmail.com wrote: Hi, I am trying to modify OFDM-TX block to get an additional output after the payload_mod block(Payload Constellation modulator).

Re: [Discuss-gnuradio] Modifying OFDM-TX block get an additional output

2016-12-23 Thread Kartik Patel
(self, "ofdm_tx", gr.io_signature(1, 1, gr.sizeof_char), gr.io_signature(2, 2, gr.sizeof_gr_complex)) Do try this. Let me know if there's any problem with this. Regards,Kartik Patel On Fri, Dec 23, 2016 8:57 PM, Damindra Bandar

Re: [Discuss-gnuradio] Reconfiguring OFDM flow graph at run time gives "FATAL: Missing a required length tag on port 0 at item" error

2016-12-24 Thread Kartik Patel
Hi Damindra, In the OFDM Transmitter block, check the parameter Length Tag Name. Value of that parameter should be same as Length Tag Key parameter in Stream to Tagged Stream block. See gr-digital/examples/ofdm/tx_ofdm.grc for an example. Regards,Kartik Patel On Sat, Dec 24, 2016 4:19 AM

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-11 Thread Kartik Patel
Hi Jacqueline, I don't think there's error in the tutorial. Please send your GRC or Python file. Thank you. Regards, Kartik Patel On 10:54PM, Wed, Jan 11, 2017 Jacqueline.Walker wrote: > Hello, > > > > Trying the tutorial three – python in gnu radio and the ‘if_els

Re: [Discuss-gnuradio] guided tutorials - problem with tutorial 3

2017-01-12 Thread Kartik Patel
build directory? If no, then please provide the logs for the same. Also, please share the output of the command "cmake ../". Regards,Kartik Patel On Thu, Jan 12, 2017 8:25 PM, Jacqueline.Walker jacqueline.wal...@ul.ie wrote: Hi Kartik, Well, no I would think there ought not be

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-01-25 Thread Kartik Patel
lysis. (Example: middleton noise etc. for simulations). Even adding various statistical functions like hypothesis testing, regressions, distribution fitting etc. can be added. Regards,Kartik Patel On Sat, Jan 21, 2017 2:55 AM, Martin Braun mar...@gnuradio.org wrote: Hi everyone, the applic

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-01-26 Thread Kartik Patel
. We can have GRC blocks for the same. So, for an example, for spectrum sensing applications, instead of writing a code with Scipy library, we can have some blocks for direct hypothesis testing. Regards,Kartik Patel On Thu, Jan 26, 2017 4:07 PM, Martin Braun martin.br...@ettus.com wrote

Re: [Discuss-gnuradio] Error Running Flowgraph

2017-01-30 Thread Kartik Patel
Hi Usman, The issue was fixed in master branch of current git repository. Please re-install the recent version of gnuradio to re-solve the issue. Regards,Kartik Patel On Tue, Jan 31, 2017 12:05 PM, Usman Haider usmanhaide...@gmail.com wrote: I have a fresh install of GNU Radio with PyBombs

Re: [Discuss-gnuradio] Error Running Flowgraph

2017-01-31 Thread Kartik Patel
Hi Usman, Cool. :) Regards,Kartik Patel On Tue, Jan 31, 2017 4:39 PM, Usman Haider usmanhaide...@gmail.com wrote: I did $ pybombs -vv refetch gnuradio $ git pull (inside gnuradio directory) $ pybombs -vv rebuild gnuradio Issue solved. Thanks. -- Usman On Tue, Jan 31, 2017 at 12

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-01-31 Thread Kartik Patel
in Simulink (not sure exactly which one, but I remember those). Note1: the "distribution" block will provide a distribution object. It may work internally, or externally. That's debatable.Note2: This is a idea. We can discuss on various implementation approaches once the scope of pr

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-06 Thread Kartik Patel
Hello all, Any discussion over statistical toolbox? Thank you. Regards,Kartik Patel On Wed, Feb 1, 2017 1:32 AM, Kartik Patel kartikpatel1...@gmail.com wrote: Hi Marcus, Sorry for replying late. I was travelling. My point is we can have a statistical module for GNU Radio. Although Scipy

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-06 Thread Kartik Patel
,Kartik Patel On Sat, Jan 21, 2017 2:55 AM, Martin Braun mar...@gnuradio.org wrote: Hi everyone, the application period for GSoC has begun! However, we still need to finalize our ideas list, which is here: http://gnuradio.org/redmine/projects/gnuradio/wiki/GSoCIdeas I'd like to

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-06 Thread Kartik Patel
, it would be great. I can add to wiki, but I don't have account on redmine. It is waiting to be approved from Admin for a long time. Regards,Kartik Patel On Tue, Feb 7, 2017 1:19 AM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Kartik, sorry, we've all been pretty busy over t

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-09 Thread Kartik Patel
Hello everyone, The two of the ideas (1. statistical toolbox, 2. HTML based GRC) have been added in the GSoC Idea wiki page. Please review it and suggest any updates onwiki. Thank you. Regards,Kartik Patel On Tue, Feb 7, 2017 8:24 PM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Kartik

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-09 Thread Kartik Patel
arify both ideas. Also, thank you very much for your interest in mentorship for statistical toolbox. Regards,Kartik Patel On Thu, Feb 9, 2017 8:22 PM, Ben Hilburn bhilb...@gnuradio.org wrote: Hi Kartik - Thanks for getting involved! There actually already was an HTML-based GRC on the ideas

[Discuss-gnuradio] Suggestions on GSoC project idea for HTML-based GUI

2017-02-18 Thread Kartik Patel
Hello all, I was thinking on the project for HTML Based GUI for GNU Radio Applications. I have developed the probable workflow of the final OOT. I want some comments/suggestions/feedback on this flow. The details of the project is available here. --First of all, I have gone through the

[Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-14 Thread Kartik Patel
Hello, I am Kartik Patel, undergraduate student from Indian Institute of Technology Roorkee. I am interested in the project A web based GUI for GNU Radio. Here[1] is the first draft of my proposal for the project. I have tried to cover the background, the output as well as the flow of

Re: [Discuss-gnuradio] Disable zooming on QT plotting widgets

2017-03-15 Thread Kartik Patel
   Qt::RightButton, Qt::ShiftModifier); You can similarly change other display plots according to your requirement. Let me know if this solves your problem. Regards,Kartik Patel On Wed, Mar 15, 2017 7:32 AM, Matthew Curlis matthew.cur...@gmail.com wrote: I am developing an embedded device

Re: [Discuss-gnuradio] Disable zooming on QT plotting widgets

2017-03-15 Thread Kartik Patel
lem. Regards,Kartik Patel On Wed, Mar 15, 2017 3:53 PM, Kartik Patel kartikpatel1...@gmail.com wrote: Dear Matthew, Since, you do not have a right click, you can modify the zoomer such that "Shift+Right Click" will zoom the plot. So, basically add following line at

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-17 Thread Kartik Patel
Hello all, Gentle reminder regarding previous mail. Thank you. Regards, Kartik Patel -- Regards, Kartik Patel B.Tech. Final Year Electronics and Communication Engineering Indian Institute of Technology, Roorkee ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-17 Thread Kartik Patel
Hello all, Gentle reminder regarding previous mail. Thank you. Regards, Kartik Patel On 9:37pm, Tue 14-Mar-2017 Kartik Patel, wrote: > Hello, > > I am Kartik Patel, undergraduate student from Indian Institute of > Technology Roorkee. I am interested in the project *A web based G

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-19 Thread Kartik Patel
-bokeh . Only thing I am unsure about is, it does not represent the purpose. So, we can make it gr-bokehgui or gr-bokweb if that is fine. Also, I will add acknowledgement details in my final PDF. Thank you for the reminder. Regards,Kartik Patel On Sun, Mar 19, 2017 6:40 AM, Martin Braun mar

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-21 Thread Kartik Patel
u very much for the suggestions. Regards,Kartik Patel On Tue, Mar 21, 2017 5:18 AM, Ben Hilburn bhilb...@gnuradio.org wrote: Hi Kartik - I apologize for the delayed response! Nice work getting this out last week, and great proposal. I gave your prototype a whirl - it generated some outpu

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-21 Thread Kartik Patel
Hello all, Thank you very much for the discussions and feedbacks. I will try to answer all of them one-by-one. Mail from Marcus: * said server has a REST API, i.e. ispolled from the client only? Or can there be pushing data from server -> client? What is the model you'd prefer? Your proposal

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-21 Thread Kartik Patel
Hello Sylvain, One thing that I find a bit weird in the proposal is to use a new "generate option" webui. For the qt/wx/... that makes more sense because : (1) they're exclusive, you can't be both WX and QT, trying to link multiple graphics framework in the same app is just not practical (possi

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-21 Thread Kartik Patel
external block without any ports. I hope that's fine. Thank you very much for the suggestion. This is definitely worth a try now or later. Regards,Kartik Patel On Wed, Mar 22, 2017 4:21 AM, Sylvain Munaut 246...@gmail.com wrote: If we see from the user perspective, why would someone nee

Re: [Discuss-gnuradio] [GSOC] A HTML-based GUI for GNU Radio: Draft of proposal

2017-03-22 Thread Kartik Patel
? Regards,Kartik Patel [1]: https://github.com/kartikp1995/gr-htmlgui/[2]: http://terminal.kartikpatel.in/?bokeh-session-id=h4NyPINXVEniemWudNItOhpEwM1U9NvoC3WaHu1Dmfyr [3]: http://terminal.kartikpatel.in/plotly/ On Wed, Mar 22, 2017 3:02 AM, Kartik Patel kartikpatel1...@gmail.com wrote: Hello

Re: [Discuss-gnuradio] GSoC Projects Announced!

2017-05-04 Thread Kartik Patel
forward to a successful association during GSoC and way beyond the GSoC the time! Also, congratulations to Luca and Kosta for the selection in GSoC. All the best for the respective tasks! I hope we will share wonderful memories in upcoming future! :D Regards,Kartik Patel On Thu, May 4, 2017

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 0

2017-05-11 Thread Kartik Patel
Hello all, I am Kartik Patel. I will be working on web-based display mechanism for GNU Radio during summer 2017. The module is available on Github at this link <https://github.com/kartikp1995/gr-bokehgui/>. My primary mode of providing updates will be a public blog <http://karti

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 1

2017-05-19 Thread Kartik Patel
il for any query or feedback. Regards, Kartik Patel [1] http://kartikpatel.in/GSoC2017/2017/05/19/planning.html ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] gr-bokehgui: Updates on Week 2

2017-05-26 Thread Kartik Patel
Kindly reply to this mail for any query or feedback. Regards, Kartik Patel [1] kartikpatel.in/GSoC2017/ ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 3

2017-06-02 Thread Kartik Patel
suggestions and reviews of the code on Github. Regards, Kartik Patel ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 4

2017-06-09 Thread Kartik Patel
kp1995/gr-bokehgui/pull/2> to master which contains Time sink for float values last week. Kindly share your suggestions and reviews of the code on Github for the same. Regards, Kartik Patel ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://l

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 5

2017-06-16 Thread Kartik Patel
n this weekend. Thank you. Regards, Kartik Patel ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 6

2017-06-23 Thread Kartik Patel
egards, Kartik Patel ᐧ ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 7

2017-06-30 Thread Kartik Patel
Hello all, This week, I added a Base Sink template class. It will be a common class for all sinks. For more details, check out my latest blog post here <http://kartikpatel.in/GSoC2017/2017/06/30/Evaluation1.html>. Thank you. Regards, Kartik P

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates week 8

2017-07-07 Thread Kartik Patel
Hello all, This week I tried to integrate base sink to the remaining sinks. Solving the issues of it kept me busy this week. For more details, check out my blog here <http://kartikpatel.in/GSoC2017/2017/07/07/Widgets1.html>. Regards, Kartik P

Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates week 8

2017-07-07 Thread Kartik Patel
Hello Martin, Thank you for the suggestions. I will incorporate the screencast in next blog. On 6:20am, Sat 08-Jul-2017 Martin Braun, wrote: On 07/07/2017 10:49 AM, Kartik Patel wrote: > Hello all, > > This week I tried to integrate base sink to the remaining sinks. Solving > the

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates week 9

2017-07-14 Thread Kartik Patel
Hello all, This week I have almost completed suggested widgets. I will try to add more widgets with thorough testing in this weekend! For more details, check out the latest blog post here <http://kartikpatel.in/GSoC2017/>. Regards, Kartik P

Re: [Discuss-gnuradio] Complex data types in SWIG for custom C blocks

2017-07-18 Thread Kartik Patel
c repo so that I can debug on my end. Thanks! Regards, Kartik Patel On Tue, Jul 18, 2017 at 10:11 PM, Vipin Sharma wrote: > I have a custom C block for which one of the input argument is of a > complex type (real_T, essentially a structure of primitive type). It > appears that the SWIG

Re: [Discuss-gnuradio] Complex data types in SWIG for custom C blocks

2017-07-18 Thread Kartik Patel
c repo so that I can debug on my end. Thanks! Regards, Kartik Patel On Tue, Jul 18, 2017 at 10:11 PM, Vipin Sharma wrote: > I have a custom C block for which one of the input argument is of a > complex type (real_T, essentially a structure of primitive type). It > appears that the SWIG

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates week 10

2017-07-21 Thread Kartik Patel
you have any queries/feedbacks, drop me a mail on this list! :) Thank you. Regards, Kartik Patel ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output - Week 0: Introduction

2017-07-23 Thread Kartik Patel
Dear Håkon Vågsether, Congratulations for the selection in SOCIS. All the best for your project. :) Regards, Kartik Patel On Mon, Jul 24, 2017 at 12:53 AM, Håkon Vågsether wrote: > Hello all, > > I am this year's SOCIS student, and I will be working on enabling GRC to > ou

Re: [Discuss-gnuradio] gr-bokehgui install

2017-07-25 Thread Kartik Patel
Dear Nicolas, Thank you for your interest in the project. It seems your Python environment couldn't find `bokeh` library. Please make sure you have bokeh with version 0.12.6 and it can be found by Python. Also, added GNU Radio discussion forum in CC for future reference. Regards, Kartik

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates week 10

2017-07-28 Thread Kartik Patel
Hello all, This week I have tried to implement waterfall plot in Bokeh (they don't provide by default). For more details, check out the latest blog post here <http://kartikpatel.in/GSoC2017/>. Regards, Kartik Patel PS: Sorry for delayed mail. I forgot to drop a mail to the forum. U

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-31 Thread Kartik Patel
not, then will you be looking for some parameters in the blocks XML whether the block is Python? In other words, how are you going to detect if it's Python block? Thanks! Regards, Kartik Patel On Mon, Jul 31, 2017 at 2:27 PM, Håkon Vågsether wrote: > Not yet, I'll do it today :) &g

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for the week 12

2017-08-04 Thread Kartik Patel
Hello all, This week I tried to create the simplest waterfall sink with Bokeh. The details are available in my latest blog post here <http://kartikpatel.in/GSoC2017/>. Regards, Kartik Patel ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates of week 13

2017-08-11 Thread Kartik Patel
Hello all, This week I almost completed waterfall sink for float values. For details, kindly check out my blog post here <http://kartikpatel.in/GSoC2017/>. Regards, Kartik Patel ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates of week 13

2017-08-18 Thread Kartik Patel
Braun wrote: > Kartik, > > I'd love to see more screenshots and screencasts in your blog posts. > Also, what are your plans for merging or upstreaming this, if you have any? > > Cheers, > Martin > > On 08/11/2017 11:34 PM, Kartik Patel wrote: > > Hello all

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 14

2017-08-19 Thread Kartik Patel
Thank you. Regards, Kartik Patel ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Qt GUI: Water falls the wrong direction

2017-08-24 Thread Kartik Patel
may have to do. Thanks. Regards, Kartik Patel On Thu, Aug 24, 2017 at 3:12 PM, Martin Braun wrote: > On 08/24/2017 03:16 AM, Marcus Müller wrote: > > Hi Folks, > > > > while discussing the DABstep GUI's developer mode, we noticed that the > > QT GUI Waterfa

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 15

2017-08-24 Thread Kartik Patel
al available on Youtube at this link <https://www.youtube.com/watch?v=EyNOE9icNVc>. Suggestions for the tutorial will be highly appreciated. Once finalized, we can add the tutorial in GNU Radio Wiki. Regards, Kartik Patel ᐧ ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 15

2017-08-25 Thread Kartik Patel
Hello, Yes. In fact, it is one of the reasons of having the module! If you have a web server and domain name configured for redirect/proxy to the system using the hardware, you can share it over the Internet. Regards, Kartik Patel On Fri, Aug 25, 2017 at 1:31 AM, Andrew Rich wrote: > T

Re: [Discuss-gnuradio] Matplotlib and GNU Radio: Dynamic plot

2017-10-13 Thread Kartik Patel
egration is fairly new (so, it may have bugs) but probably best fit for your task. Regards, Kartik Patel On Fri, Oct 13, 2017 at 8:53 AM, Marcus Müller wrote: > Dear Ali, > > yes, that's possible, but it's really hard to make matplotlib play > alongside with other GUI too

Re: [Discuss-gnuradio] Kick-Starting for GSOC-2018

2018-02-15 Thread Kartik Patel
ght on this thread for discussions. All the best. Regards, Kartik Patel On Thu, Feb 15, 2018 at 11:46 AM, Chaithya G R wrote: > Hello all, > I am Chaithya G R, a final year ECE student from National Institute of > technology Karnataka, India (www.nitk.ac.in).. I have taken up courses in &

Re: [Discuss-gnuradio] Changes to the development model

2018-02-26 Thread Kartik Patel
s released, then the corresponding maint-3.7.12 will be active only for a given timeframe? Is that correct? How long would that timeframe be? Looking forward to the blog post! Regards, Kartik Patel On Mon, Feb 26, 2018 at 10:49 AM, Müller, Marcus (CEL) wrote: > Hello everyone, > > as the

Re: [Discuss-gnuradio] Changes to the development model

2018-02-26 Thread Kartik Patel
, it's more clear on why we need this. I am not worried about anything in particular though. It was a general question for more information on this workflow. Thanks for the detailed response. :) Regards, Kartik Patel On Mon, Feb 26, 2018 at 4:18 PM, Müller, Marcus (CEL) wrote: > Hell

Re: [Discuss-gnuradio] Playing with gr-bokehgui

2018-02-26 Thread Kartik Patel
to incorporate the things as soon as possible (maybe in summer). Sorry for the loong promise! Let me know if you still have trouble working with the module. Thanks. Regards, Kartik Patel On Mon, Feb 26, 2018 at 7:31 PM, Marcus D. Leech wrote: > Just started playing with gr-bokehgui. Se

Re: [Discuss-gnuradio] Playing with gr-bokehgui

2018-02-26 Thread Kartik Patel
02/27/2018 12:15 AM, Kartik Patel wrote: > > Hello Marcus, > > Just for starters, make sure you have v3.7.12 of GNU Radio. In particular, > your GR should contain the commit `*3c989f9`.* Also, make sure you select > Bokeh GUI instead of QT GUI in *Generate Options* field in *Op

Re: [Discuss-gnuradio] Playing with gr-bokehgui

2018-02-27 Thread Kartik Patel
? For now, it would suggest you downgrade the Bokeh to version 0.12.6, and NodeJS version to v6.6? Those were the versions I tested everything with. Let me know if that solves the issue (temporarily). If you don't Thanks. Regards, Kartik Patel On Tue, Feb 27, 2018 at 10:49 AM, Marcus D.