Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-07 Thread 王先达
Hello Sylvain
  Thank you very much.
  But another question i want to ask.Where can i find the 
document of function and class which are in the new api?These document can 
provide all the meaning of the function and class written by c++.And the 
document of api is so obscure that i can't find the frequently-used function 
for example the basic function for the transmit and receive.Now i want to write 
the basic transmit and receive modules by c++.And after i written it,which 
folder i place it?Thank you very much.
Best regards,
Xianda Wang
At 2014-05-07 02:39:22,Sylvain Munaut 246...@gmail.com wrote:
  Now i want to convert old Gnu Radio applications which were
 developed in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me
 some advices on this?Any advices will be appreciated.

For modules : (or custom modules inside apps)

Recreate the modules from scratch using the new layout using gr_modtool.
Then cut  paste the actual processing methods from the old code and
adapt it, one module at a time.


For apps:

See the http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
for namespace conversion.


Cheers,

   Sylvain

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


Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-07 Thread Marcus Müller
Hi Xianda Wang,

All the documentation is on gnuradio.org; what you're looking for is
mostly the GNU Radio doxygen, located at
http://gnuradio.org/doc/doxygen/index.html

Greetings,
Marcus Müller

On 07.05.2014 11:08, 王先达 wrote:
 Hello Sylvain
   Thank you very much.
   But another question i want to ask.Where can i find the 
 document of function and class which are in the new api?These document can 
 provide all the meaning of the function and class written by c++.And the 
 document of api is so obscure that i can't find the frequently-used function 
 for example the basic function for the transmit and receive.Now i want to 
 write the basic transmit and receive modules by c++.And after i written 
 it,which folder i place it?Thank you very much.
 Best regards,
 Xianda Wang
 At 2014-05-07 02:39:22,Sylvain Munaut 246...@gmail.com wrote:
  Now i want to convert old Gnu Radio applications which were
 developed in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me
 some advices on this?Any advices will be appreciated.
 For modules : (or custom modules inside apps)

 Recreate the modules from scratch using the new layout using gr_modtool.
 Then cut  paste the actual processing methods from the old code and
 adapt it, one module at a time.


 For apps:

 See the http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
 for namespace conversion.


 Cheers,

   Sylvain

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


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


Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-07 Thread Marcus Müller
Hi Xianda Wang,

when replying to a mailing list posting, please always include the list
itself, that increases the use for people.
I can't simply answer your question; software radio development is more
complicated than that.

As I said before, please follow the Tutorials on gnuradio.org to learn
how to write out-of-tree modules. They tell you all the details on how
to develop, save, build and install GNU Radio modules correctly.

Greetings,
Marcus

On 07.05.2014 15:44, 王先达 wrote:
 Hello
  Thank you for your reply.But i have another question.When i write my 
 application for example the basic transmit and receive by c++,which folder in 
 gnuradio i place it?Can i place it to the gr-digital or 
 gnuradio-3.7.2\gr-uhd\lib or somewhere?Thank you.
 Best regrads,
 Xianda Wang








 At 2014-05-07 17:25:28,Marcus Müller marcus.muel...@ettus.com wrote:
 Hi Xianda Wang,

 All the documentation is on gnuradio.org; what you're looking for is
 mostly the GNU Radio doxygen, located at
 http://gnuradio.org/doc/doxygen/index.html

 Greetings,
 Marcus Müller

 On 07.05.2014 11:08, 王先达 wrote:
 Hello Sylvain
   Thank you very much.
   But another question i want to ask.Where can i find 
 the document of function and class which are in the new api?These document 
 can provide all the meaning of the function and class written by c++.And 
 the document of api is so obscure that i can't find the frequently-used 
 function for example the basic function for the transmit and receive.Now i 
 want to write the basic transmit and receive modules by c++.And after i 
 written it,which folder i place it?Thank you very much.
 Best regards,
 Xianda Wang
 At 2014-05-07 02:39:22,Sylvain Munaut 246...@gmail.com wrote:
  Now i want to convert old Gnu Radio applications which were
 developed in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me
 some advices on this?Any advices will be appreciated.
 For modules : (or custom modules inside apps)

 Recreate the modules from scratch using the new layout using gr_modtool.
 Then cut  paste the actual processing methods from the old code and
 adapt it, one module at a time.


 For apps:

 See the http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
 for namespace conversion.


 Cheers,

   Sylvain

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

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


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


Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-07 Thread Activecat
On Wed, May 7, 2014 at 5:08 PM, 王先达 wangxianda920...@163.com wrote:

 Hello Sylvain
   Thank you very much.
   But another question i want to ask.Where can i find
 the document of function and class which are in the new api?These document
 can provide all the meaning of the function and class written by c++.And
 the document of api is so obscure that i can't find the frequently-used
 function for example the basic function for the transmit and receive.Now i
 want to write the basic transmit and receive modules by c++.And after i
 written it,which folder i place it?Thank you very much.



The short answer is, you can place the folder at any place you like,
usually within your home directory.

Step 1.
cd to the place where you want to place your module folder, says,
/home/xianda.
Create your out-of-tree module by using command:  gr_modtool  newmod
gr-xianda
This will create the folder /home/xianda/gr-xianda in the current directory.

Step 2.
cd to /home/xianda/gr-xianda
Create the transmit block by using command: gr_modtool add -t source
transmitter01

.
.
( refer http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules)
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] convert old Gnu Radio applications

2014-05-06 Thread 王先达
Hello all
 Now i want to convert old Gnu Radio applications which were developed 
in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me some advices on 
this?Any advices will be appreciated.
 Thank you very much.
Best regards,
Xianda Wang___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-06 Thread Dan CaJacob
This should get you most of the way:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7

Very Respectfully,

Dan CaJacob


On Tue, May 6, 2014 at 12:08 PM, 王先达 wangxianda920...@163.com wrote:


 Hello all
  Now i want to convert old Gnu Radio applications which were 
 developed in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me 
 some advices on this?Any advices will be appreciated.
  Thank you very much.
 Best regards,
 Xianda Wang




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


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


Re: [Discuss-gnuradio] convert old Gnu Radio applications

2014-05-06 Thread Sylvain Munaut
  Now i want to convert old Gnu Radio applications which were
 developed in the gnuradio 3.3.0 to the gnuradio 3.7.0.Can someone give me
 some advices on this?Any advices will be appreciated.

For modules : (or custom modules inside apps)

Recreate the modules from scratch using the new layout using gr_modtool.
Then cut  paste the actual processing methods from the old code and
adapt it, one module at a time.


For apps:

See the http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
for namespace conversion.


Cheers,

   Sylvain

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