discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] adding python block to gnuradio


From: Omer Omer
Subject: Re: [Discuss-gnuradio] adding python block to gnuradio
Date: Thu, 14 Mar 2013 00:28:45 -0700 (PDT)


The best way to mke  a new block is by following 
 tutorial here: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules.
you can easily make duumy block from this tutorial. i also made square dummy block from this tutorial.by making your block available in gnuardio you have to create the xml files whose procedure is also given in this tutorial.

--- On Wed, 3/13/13, Mohammed Ramadan <address@hidden> wrote:

From: Mohammed Ramadan <address@hidden>
Subject: [Discuss-gnuradio] adding python block to gnuradio
To: address@hidden
Date: Wednesday, March 13, 2013, 10:57 AM

i made python block and want to add it to module in gnuradio, i open the directory of the module and use gr_motool add -t source filename.py. the tool created the .cc file and .h but as templates no processing done in the files.
so can anyone advise me to add python block?

-----Inline Attachment Follows-----

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]